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

References

tools/clang/lib/AST/ASTImporter.cpp
  721   auto ToRAngleLocOrErr = import(From->getRAngleLoc());
tools/clang/lib/Sema/SemaDecl.cpp
 6729                          TemplateParams->getRAngleLoc());
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3303                 TemplateParams->getRAngleLoc());
 3310                 TemplateParams->getRAngleLoc());
11029          TemplateParamLists[TemplateParamLists.size()-1]->getRAngleLoc());
tools/clang/lib/Sema/SemaTemplate.cpp
   46   return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc());
 1285     << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
 1797           InnerParams->getLAngleLoc(), AllParams, InnerParams->getRAngleLoc(),
 2839                            ParamLists[ParamIdx]->getRAngleLoc())
 2930                        ParamLists[ParamLists.size() - 2]->getRAngleLoc());
 7240     << SourceRange(New->getTemplateLoc(), New->getRAngleLoc());
 7243     << SourceRange(Old->getTemplateLoc(), Old->getRAngleLoc());
 7761                                             TemplateParams->getRAngleLoc()))
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 5223     TemplateArgumentListInfo PArgList(P->getLAngleLoc(), P->getRAngleLoc());
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3536                                     L->getRAngleLoc(), InstRequiresClause);
tools/clang/lib/Serialization/ASTWriter.cpp
 6073   AddSourceLocation(TemplateParams->getRAngleLoc());