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

References

tools/clang/include/clang/AST/Expr.h
 1286     return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->LAngleLoc;
 2939     return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->LAngleLoc;
tools/clang/include/clang/AST/ExprCXX.h
 2980     return getTrailingASTTemplateKWAndArgsInfo()->LAngleLoc;
 3228     return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->LAngleLoc;
 3676     return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->LAngleLoc;
tools/clang/lib/AST/TemplateBase.cpp
  586   LAngleLoc = Info.getLAngleLoc();
  596   LAngleLoc = SourceLocation();
  607   LAngleLoc = Info.getLAngleLoc();
  625   Info.setLAngleLoc(LAngleLoc);
tools/clang/lib/Serialization/ASTWriterStmt.cpp
   63   Record.AddSourceLocation(ArgInfo.LAngleLoc);