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

References

tools/clang/include/clang/AST/TypeLoc.h
 2062     if (getElaboratedKeywordLoc().isValid())
 2063       return SourceRange(getElaboratedKeywordLoc(), getNameLoc());
tools/clang/lib/Sema/TreeTransform.h
 6319                                             TL.getElaboratedKeywordLoc(),
 6332     NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc());
 6336     NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc());
tools/clang/lib/Serialization/ASTWriter.cpp
  827   Record.AddSourceLocation(TL.getElaboratedKeywordLoc());