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

References

tools/clang/include/clang/AST/TypeLoc.h
 1995     if (getElaboratedKeywordLoc().isValid())
 1997         return SourceRange(getElaboratedKeywordLoc(),
 2000         return SourceRange(getElaboratedKeywordLoc());
tools/clang/lib/Sema/TreeTransform.h
 6197     Result = getDerived().RebuildElaboratedType(TL.getElaboratedKeywordLoc(),
 6205   NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc());
tools/clang/lib/Serialization/ASTWriter.cpp
  818   Record.AddSourceLocation(TL.getElaboratedKeywordLoc());