Home
last modified time | relevance | path

Searched refs:OMPExecutableDirective (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h377 class OMPExecutableDirective : public Stmt {
398 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, in OMPExecutableDirective() function
480 class OMPParallelDirective : public OMPExecutableDirective {
488 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel, in OMPParallelDirective()
496 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel, in OMPParallelDirective()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDStmtNodes.td181 def OMPExecutableDirective : Stmt<1>;
182 def OMPParallelDirective : DStmt<OMPExecutableDirective>;
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp622 void VisitOMPExecutableDirective(OMPExecutableDirective *S) { in VisitOMPExecutableDirective()
635 if (!isa<OMPExecutableDirective>(Child)) in VisitStmt()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1191 void OMPExecutableDirective::setClauses(ArrayRef<OMPClause *> Clauses) { in setClauses()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp1736 void ASTStmtWriter::VisitOMPExecutableDirective(OMPExecutableDirective *E) { in VisitOMPExecutableDirective()
HDASTReaderStmt.cpp1754 void ASTStmtReader::VisitOMPExecutableDirective(OMPExecutableDirective *E) { in VisitOMPExecutableDirective()