reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ExprCXX.h
 1664   SourceLocation getLocation() const LLVM_READONLY { return Loc; }
 1665   SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; }
 1666   SourceLocation getEndLoc() const LLVM_READONLY { return Loc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1473   E->Loc = ReadSourceLocation();