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.h4933 SourceLocation DepLoc; member
4978 void setDependencyLoc(SourceLocation Loc) { Data.DepLoc = Loc; } in setDependencyLoc()
5019 SourceLocation getDependencyLoc() const { return Data.DepLoc; } in getDependencyLoc()
9204 SourceLocation DepLoc; variable
9239 void setDependenceLoc(SourceLocation Loc) { DepLoc = Loc; } in setDependenceLoc()
9259 SourceLocation DepLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL,
9274 SourceLocation getDependenceLoc() const { return DepLoc; } in getDependenceLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1065 Clause->setDependencyLoc(Data.DepLoc); in Create()
1682 SourceLocation DepLoc, SourceLocation ColonLoc, in Create() argument
1689 Clause->setDependenceLoc(DepLoc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1321 SourceLocation DepLoc, SourceLocation ColonLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9332 SourceLocation DepLoc = in checkOpenMPIterationSpace() local
9339 DepLoc); in checkOpenMPIterationSpace()
9354 DepLoc, Inc, clang::OO_Minus); in checkOpenMPIterationSpace()
9359 DepLoc, Pair.second[CurrentNestedLoopCount].first, in checkOpenMPIterationSpace()
19805 SourceLocation DepLoc = Data.DepLoc; in ActOnOpenMPDependClause() local
19808 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause()
19814 Diag(DepLoc, diag::err_omp_taskwait_depend_mutexinoutset_not_allowed); in ActOnOpenMPDependClause()
19835 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause()
19985 {DepKind, DepLoc, Data.ColonLoc, Data.OmpAllMemoryLoc}, DepModifier, Vars, in ActOnOpenMPDependClause()
23199 OpenMPDoacrossClauseModifier DepType, SourceLocation DepLoc, in ActOnOpenMPDoacrossClause() argument
[all …]
H A DTreeTransform.h2482 SourceLocation DepLoc, SourceLocation ColonLoc, in RebuildOMPDoacrossClause() argument
2486 DepType, DepLoc, ColonLoc, VarList, StartLoc, LParenLoc, EndLoc); in RebuildOMPDoacrossClause()