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

References

tools/clang/include/clang/AST/ExprCXX.h
 4772   SourceLocation getKeywordLoc() const { return KeywordLoc; }
 4774   SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  490   E->KeywordLoc = ReadSourceLocation();