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

References

tools/clang/lib/AST/ASTImporter.cpp
  718   auto ToLAngleLocOrErr = import(From->getLAngleLoc());
tools/clang/lib/Sema/SemaTemplate.cpp
 1285     << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
 1797           InnerParams->getLAngleLoc(), AllParams, InnerParams->getRAngleLoc(),
 2838             << SourceRange(ParamLists[ParamIdx]->getLAngleLoc(),
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 5223     TemplateArgumentListInfo PArgList(P->getLAngleLoc(), P->getRAngleLoc());
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3535                                     L->getLAngleLoc(), Params,
tools/clang/lib/Serialization/ASTWriter.cpp
 6072   AddSourceLocation(TemplateParams->getLAngleLoc());