Searched refs:OMPParallelSectionsDirective (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp99 const OMPParallelSectionsDirective &) {
H A DCGStmt.cpp201 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S));
H A DCodeGenFunction.h1907 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
/external/clang/include/clang/AST/
H A DStmtOpenMP.h611 class OMPParallelSectionsDirective : public OMPExecutableDirective { class in namespace:clang
619 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPParallelSectionsDirective
629 explicit OMPParallelSectionsDirective(unsigned NumClauses) function in class:clang::OMPParallelSectionsDirective
643 static OMPParallelSectionsDirective *
653 static OMPParallelSectionsDirective *
H A DDataRecursiveASTVisitor.h2303 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
H A DRecursiveASTVisitor.h2325 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/external/clang/lib/AST/
H A DStmt.cpp1507 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create(
1510 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelSectionsDirective),
1514 OMPParallelSectionsDirective *Dir =
1515 new (Mem) OMPParallelSectionsDirective(StartLoc, EndLoc, Clauses.size());
1521 OMPParallelSectionsDirective *
1522 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C,
1524 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelSectionsDirective),
1528 return new (Mem) OMPParallelSectionsDirective(NumClauses);
H A DStmtPrinter.cpp824 OMPParallelSectionsDirective *Node) {
H A DStmtProfile.cpp389 const OMPParallelSectionsDirective *S) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1954 OMPParallelSectionsDirective *D) {
2482 S = OMPParallelSectionsDirective::CreateEmpty(
H A DASTWriterStmt.cpp1863 OMPParallelSectionsDirective *D) {
/external/clang/tools/libclang/
H A DCIndex.cpp1864 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D);
2322 const OMPParallelSectionsDirective *D) {
4013 return cxstring::createRef("OMPParallelSectionsDirective");
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1897 return OMPParallelSectionsDirective::Create(Context, StartLoc, EndLoc,
H A DTreeTransform.h6499 OMPParallelSectionsDirective *D) {

Completed in 221 milliseconds