Searched defs:Clauses (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp86 SmallVector<OMPClause *, 5> Clauses; local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h386 llvm::MutableArrayRef<OMPClause *> Clauses; member in class:clang::OMPExecutableDirective
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp695 StmtResult Sema::ActOnOpenMPParallelDirective(ArrayRef<OMPClause *> Clauses, argument
647 ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind, ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
H A DTreeTransform.h1293 StmtResult RebuildOMPParallelDirective(ArrayRef<OMPClause *> Clauses, argument
6287 ArrayRef<OMPClause *> Clauses = D->clauses(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp1191 void OMPExecutableDirective::setClauses(ArrayRef<OMPClause *> Clauses) { argument
1197 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
[all...]
H A DStmtPrinter.cpp648 ArrayRef<OMPClause *> Clauses = Node->clauses(); local
H A DStmtProfile.cpp294 ArrayRef<OMPClause *> Clauses = S->clauses(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1760 SmallVector<OMPClause *, 5> Clauses; local

Completed in 109 milliseconds