Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp999 SourceLocation DepLoc, SourceLocation ColonLoc, in Create() argument
1008 Clause->setDependencyLoc(DepLoc); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4528 SourceLocation DepLoc; variable
4565 void setDependencyLoc(SourceLocation Loc) { DepLoc = Loc; } in setDependencyLoc()
4590 SourceLocation DepLoc, SourceLocation ColonLoc,
4612 SourceLocation getDependencyLoc() const { return DepLoc; } in getDependencyLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp17760 SourceLocation DepLoc, SourceLocation ColonLoc, in ActOnOpenMPDependClause() argument
17765 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause()
17784 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause()
18009 DepModifier, DepKind, DepLoc, ColonLoc, in ActOnOpenMPDependClause()
H A DTreeTransform.h1886 SourceLocation DepLoc, SourceLocation ColonLoc, in RebuildOMPDependClause() argument
1889 return getSema().ActOnOpenMPDependClause(DepModifier, DepKind, DepLoc, in RebuildOMPDependClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11134 SourceLocation DepLoc, SourceLocation ColonLoc,