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

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp81 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &) {
H A DCGStmt.cpp189 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S));
H A DCodeGenFunction.h1903 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
/external/clang/include/clang/AST/
H A DStmtOpenMP.h377 class OMPSectionsDirective : public OMPExecutableDirective { class in namespace:clang
385 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPSectionsDirective
394 explicit OMPSectionsDirective(unsigned NumClauses) function in class:clang::OMPSectionsDirective
408 static OMPSectionsDirective *
418 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
H A DDataRecursiveASTVisitor.h2291 DEF_TRAVERSE_STMT(OMPSectionsDirective,
H A DRecursiveASTVisitor.h2313 DEF_TRAVERSE_STMT(OMPSectionsDirective,
/external/clang/lib/AST/
H A DStmt.cpp1411 OMPSectionsDirective *OMPSectionsDirective::Create(
1414 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective),
1418 OMPSectionsDirective *Dir =
1419 new (Mem) OMPSectionsDirective(StartLoc, EndLoc, Clauses.size());
1425 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C,
1428 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective),
1432 return new (Mem) OMPSectionsDirective(NumClauses);
1439 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective),
[all...]
H A DStmtPrinter.cpp803 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) {
H A DStmtProfile.cpp371 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1927 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) {
2460 S = OMPSectionsDirective::CreateEmpty(
H A DASTWriterStmt.cpp1834 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) {
/external/clang/tools/libclang/
H A DCIndex.cpp1860 void VisitOMPSectionsDirective(const OMPSectionsDirective *D);
2304 void EnqueueVisitor::VisitOMPSectionsDirective(const OMPSectionsDirective *D) {
4005 return cxstring::createRef("OMPSectionsDirective");
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1819 return OMPSectionsDirective::Create(Context, StartLoc, EndLoc, Clauses,
H A DTreeTransform.h6455 TreeTransform<Derived>::TransformOMPSectionsDirective(OMPSectionsDirective *D) {

Completed in 1649 milliseconds