Home
last modified time | relevance | path

Searched refs:DepLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5487 SourceLocation DepLoc; member
5532 void setDependencyLoc(SourceLocation Loc) { Data.DepLoc = Loc; } in setDependencyLoc()
5573 SourceLocation getDependencyLoc() const { return Data.DepLoc; } in getDependencyLoc()
9790 SourceLocation DepLoc; variable
9825 void setDependenceLoc(SourceLocation Loc) { DepLoc = Loc; } in setDependenceLoc()
9845 SourceLocation DepLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL,
9860 SourceLocation getDependenceLoc() const { return DepLoc; } in getDependenceLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1088 Clause->setDependencyLoc(Data.DepLoc); in Create()
1701 SourceLocation DepLoc, SourceLocation ColonLoc, in Create() argument
1708 Clause->setDependenceLoc(DepLoc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1391 SourceLocation DepLoc, SourceLocation ColonLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9373 SourceLocation DepLoc = in checkOpenMPIterationSpace() local
9380 DepLoc); in checkOpenMPIterationSpace()
9395 DepLoc, Inc, clang::OO_Minus); in checkOpenMPIterationSpace()
9400 DepLoc, Pair.second[CurrentNestedLoopCount].first, in checkOpenMPIterationSpace()
20470 SourceLocation DepLoc = Data.DepLoc; in ActOnOpenMPDependClause() local
20473 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause()
20479 Diag(DepLoc, diag::err_omp_taskwait_depend_mutexinoutset_not_allowed); in ActOnOpenMPDependClause()
20500 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause()
20650 {DepKind, DepLoc, Data.ColonLoc, Data.OmpAllMemoryLoc}, DepModifier, Vars, in ActOnOpenMPDependClause()
24147 OpenMPDoacrossClauseModifier DepType, SourceLocation DepLoc, in ActOnOpenMPDoacrossClause() argument
[all …]
H A DTreeTransform.h2507 SourceLocation DepLoc, SourceLocation ColonLoc, in RebuildOMPDoacrossClause() argument
2511 DepType, DepLoc, ColonLoc, VarList, StartLoc, LParenLoc, EndLoc); in RebuildOMPDoacrossClause()