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

References

tools/clang/lib/AST/ASTTypeTraits.cpp
  177     return SourceRange(C->getBeginLoc(), C->getEndLoc());
tools/clang/lib/AST/TextNodeDumper.cpp
  318   dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc()));
 1485       dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc()));
tools/clang/lib/Sema/SemaOpenMP.cpp
 3702         << SourceRange(OC->getBeginLoc(), OC->getEndLoc());
 3708           << SourceRange(OC->getBeginLoc(), OC->getEndLoc());
 8438             << SourceRange(C->getBeginLoc(), C->getEndLoc());
 9243                        NogroupClause->getEndLoc());
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3013         NewE.get(), AC->getBeginLoc(), AC->getLParenLoc(), AC->getEndLoc());
 3202                            OldC->getEndLoc());
tools/clang/lib/Sema/TreeTransform.h
 8495       C->getNameModifierLoc(), C->getColonLoc(), C->getEndLoc());
 8504                                             C->getLParenLoc(), C->getEndLoc());
 8514       NumThreads.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8524       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8534       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8544       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8554       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8562       C->getLParenLoc(), C->getEndLoc());
 8570       C->getLParenLoc(), C->getEndLoc());
 8583       C->getScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc());
 8595   return getDerived().RebuildOMPOrderedClause(C->getBeginLoc(), C->getEndLoc(),
 8718       Vars, C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8733       Vars, C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8748       Vars, C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8763                                              C->getLParenLoc(), C->getEndLoc());
 8810       C->getEndLoc(), ReductionIdScopeSpec, NameInfo, UnresolvedReductions);
 8855       C->getEndLoc(), ReductionIdScopeSpec, NameInfo, UnresolvedReductions);
 8900       C->getEndLoc(), ReductionIdScopeSpec, NameInfo, UnresolvedReductions);
 8919       C->getModifierLoc(), C->getColonLoc(), C->getEndLoc());
 8938       C->getColonLoc(), C->getEndLoc());
 8953                                              C->getLParenLoc(), C->getEndLoc());
 8968       Vars, C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8982                                             C->getLParenLoc(), C->getEndLoc());
 8998       C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9008                                              C->getLParenLoc(), C->getEndLoc());
 9066   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9100       C->getEndLoc());
 9110       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9120       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9130       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9140       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9150       E.get(), C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9159                                            C->getLParenLoc(), C->getEndLoc());
 9170       C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc());
 9181   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9195   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9218   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9233   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTWriter.cpp
 6621   Record.AddSourceLocation(C->getEndLoc());