Searched refs:DepLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4893 SourceLocation DepLoc; member 4938 void setDependencyLoc(SourceLocation Loc) { Data.DepLoc = Loc; } in setDependencyLoc() 4979 SourceLocation getDependencyLoc() const { return Data.DepLoc; } in getDependencyLoc() 9164 SourceLocation DepLoc; variable 9199 void setDependenceLoc(SourceLocation Loc) { DepLoc = Loc; } in setDependenceLoc() 9219 SourceLocation DepLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, 9234 SourceLocation getDependenceLoc() const { return DepLoc; } in getDependenceLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1065 Clause->setDependencyLoc(Data.DepLoc); in Create() 1682 SourceLocation DepLoc, SourceLocation ColonLoc, in Create() argument 1689 Clause->setDependenceLoc(DepLoc); in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9527 SourceLocation DepLoc = in checkOpenMPIterationSpace() local 9534 DepLoc); in checkOpenMPIterationSpace() 9549 DepLoc, Inc, clang::OO_Minus); in checkOpenMPIterationSpace() 9554 DepLoc, Pair.second[CurrentNestedLoopCount].first, in checkOpenMPIterationSpace() 20990 SourceLocation DepLoc = Data.DepLoc; in ActOnOpenMPDependClause() local 20993 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause() 20999 Diag(DepLoc, diag::err_omp_taskwait_depend_mutexinoutset_not_allowed); in ActOnOpenMPDependClause() 21019 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause() 24344 OpenMPDoacrossClauseModifier DepType, SourceLocation DepLoc, in ActOnOpenMPDoacrossClause() argument 24353 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDoacrossClause() [all …]
|
| H A D | TreeTransform.h | 2454 SourceLocation DepLoc, SourceLocation ColonLoc, in RebuildOMPDoacrossClause() argument 2458 DepType, DepLoc, ColonLoc, VarList, StartLoc, LParenLoc, EndLoc); in RebuildOMPDoacrossClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12597 SourceLocation DepLoc, SourceLocation ColonLoc,
|