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

References

tools/clang/include/clang/AST/TypeLoc.h
 2171     if (getElaboratedKeywordLoc().isValid())
 2172       return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc());
tools/clang/lib/Sema/TreeTransform.h
 6124     NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc());
 6399     NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc());
 6404     SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc());
tools/clang/lib/Serialization/ASTWriter.cpp
  834   Record.AddSourceLocation(TL.getElaboratedKeywordLoc());