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

References

tools/clang/include/clang/AST/ExprCXX.h
 4300   SourceLocation getParameterPackLocation() const { return NameLoc; }
 4306   SourceLocation getBeginLoc() const LLVM_READONLY { return NameLoc; }
 4307   SourceLocation getEndLoc() const LLVM_READONLY { return NameLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1888   E->NameLoc = ReadSourceLocation();