reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4663 SourceLocation getKeywordLoc() const { return KeywordLoc; } 4684 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; }tools/clang/lib/Serialization/ASTReaderStmt.cpp
473 E->KeywordLoc = ReadSourceLocation(); 482 E->KeywordLoc = ReadSourceLocation();