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/CodeGen/CGOpenMPRuntime.cpp
10895       emitUpdateLocation(CGF, C->getBeginLoc()),
10896       getThreadID(CGF, C->getBeginLoc()),
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4966         CGM.Error(Clause->getBeginLoc(),
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1283         CGF, NumThreads, NumThreadsClause->getBeginLoc());
 1288         CGF, ProcBindClause->getProcBindKind(), ProcBindClause->getBeginLoc());
tools/clang/lib/Sema/SemaOpenMP.cpp
  561             SemaRef.Diag(CNew->getBeginLoc(),
  564             SemaRef.Diag(CPrev->getBeginLoc(),
 3702         << SourceRange(OC->getBeginLoc(), OC->getEndLoc());
 3707       Diag(C->getBeginLoc(), diag::err_omp_linear_ordered)
 3708           << SourceRange(OC->getBeginLoc(), OC->getEndLoc());
 3715     Diag(OC->getBeginLoc(), diag::err_omp_ordered_simd)
 4003         S.Diag(C->getBeginLoc(), diag::err_omp_more_one_clause)
 4037       S.Diag(FoundNameModifiers[OMPD_unknown]->getBeginLoc(),
 7832       Diag(Copyprivate->getBeginLoc(),
 7834       Diag(Nowait->getBeginLoc(), diag::note_omp_nowait_clause_here);
 7870         Diag(C->getBeginLoc(), diag::err_omp_hint_clause_no_name);
 7879         HintLoc = C->getBeginLoc();
 7895         Diag(C->getBeginLoc(), diag::note_omp_critical_hint_here)
 8113           Diag(C->getBeginLoc(), diag::err_omp_more_one_clause)
 8121           Diag(C->getBeginLoc(), diag::err_omp_depend_sink_source_not_allowed)
 8127           Diag(C->getBeginLoc(), diag::err_omp_depend_sink_source_not_allowed)
 8147     Diag(DependFound->getBeginLoc(), diag::err_omp_depend_clause_thread_simd)
 8151     Diag(DependFound->getBeginLoc(),
 8156       SourceLocation ErrLoc = TC ? TC->getBeginLoc() : StartLoc;
 8437         Diag(C->getBeginLoc(), diag::err_omp_atomic_several_clauses)
 8438             << SourceRange(C->getBeginLoc(), C->getEndLoc());
 8443         AtomicKindLoc = C->getBeginLoc();
 9208         S.Diag(C->getBeginLoc(),
 9212         S.Diag(PrevClause->getBeginLoc(),
 9241     S.Diag(ReductionClause->getBeginLoc(), diag::err_omp_reduction_with_nogroup)
 9242         << SourceRange(NogroupClause->getBeginLoc(),
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3013         NewE.get(), AC->getBeginLoc(), AC->getLParenLoc(), AC->getEndLoc());
 3171                                 (*D->clauselist_begin())->getBeginLoc());
 3201       OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(),
tools/clang/lib/Sema/TreeTransform.h
 8494       C->getNameModifier(), Cond.get(), C->getBeginLoc(), C->getLParenLoc(),
 8503   return getDerived().RebuildOMPFinalClause(Cond.get(), C->getBeginLoc(),
 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());
 8561       C->getDefaultKind(), C->getDefaultKindKwLoc(), C->getBeginLoc(),
 8569       C->getProcBindKind(), C->getProcBindKindKwLoc(), C->getBeginLoc(),
 8581       C->getScheduleKind(), E.get(), C->getBeginLoc(), C->getLParenLoc(),
 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());
 8762   return getDerived().RebuildOMPSharedClause(Vars, C->getBeginLoc(),
 8809       Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(),
 8854       Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(),
 8899       Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(),
 8918       Vars, Step.get(), C->getBeginLoc(), C->getLParenLoc(), C->getModifier(),
 8937       Vars, Alignment.get(), C->getBeginLoc(), C->getLParenLoc(),
 8952   return getDerived().RebuildOMPCopyinClause(Vars, C->getBeginLoc(),
 8968       Vars, C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 8981   return getDerived().RebuildOMPFlushClause(Vars, C->getBeginLoc(),
 8998       C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9007   return getDerived().RebuildOMPDeviceClause(E.get(), C->getBeginLoc(),
 9066   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9099       Allocator, Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(),
 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());
 9158   return getDerived().RebuildOMPHintClause(E.get(), C->getBeginLoc(),
 9169       C->getDistScheduleKind(), E.get(), C->getBeginLoc(), C->getLParenLoc(),
 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
 6620   Record.AddSourceLocation(C->getBeginLoc());
tools/clang/tools/extra/clang-tidy/openmp/UseDefaultNoneCheck.cpp
   52     diag(Clause->getBeginLoc(), "existing 'default' clause specified here",