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

References

tools/clang/include/clang/AST/Expr.h
 1294     return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc;
 2947     return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc;
tools/clang/include/clang/AST/ExprCXX.h
 2988     return getTrailingASTTemplateKWAndArgsInfo()->RAngleLoc;
 3236     return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc;
 3684     return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc;
tools/clang/lib/AST/TemplateBase.cpp
  587   RAngleLoc = Info.getRAngleLoc();
  597   RAngleLoc = SourceLocation();
  608   RAngleLoc = Info.getRAngleLoc();
  626   Info.setRAngleLoc(RAngleLoc);
tools/clang/lib/Serialization/ASTWriterStmt.cpp
   64   Record.AddSourceLocation(ArgInfo.RAngleLoc);