reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
66 explicit operator bool() const { return Loc; } 69 bool hasTrivialDestructor() const { return Loc.hasTrivialDestructor(); } 113 MDNode *getAsMDNode() const { return Loc; } 119 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; } 119 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; } 120 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; } 120 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }lib/IR/DebugLoc.cpp
22 return cast_or_null<DILocation>(Loc.get()); 46 return cast<DILocation>(Loc)->getInlinedAtScope(); 119 if (!Loc)