Searched refs:DepLoc (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 999 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 D | OpenMPClause.h | 4528 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 D | SemaOpenMP.cpp | 17760 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 D | TreeTransform.h | 1886 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 D | Sema.h | 11134 SourceLocation DepLoc, SourceLocation ColonLoc,
|