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

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp89 void CodeGenFunction::EmitOMPSingleDirective(const OMPSingleDirective &) {
H A DCGStmt.cpp195 EmitOMPSingleDirective(cast<OMPSingleDirective>(*S));
H A DCodeGenFunction.h1905 void EmitOMPSingleDirective(const OMPSingleDirective &S);
/external/clang/include/clang/AST/
H A DStmtOpenMP.h481 class OMPSingleDirective : public OMPExecutableDirective { class in namespace:clang
489 OMPSingleDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPSingleDirective
498 explicit OMPSingleDirective(unsigned NumClauses) function in class:clang::OMPSingleDirective
512 static OMPSingleDirective *
522 static OMPSingleDirective *CreateEmpty(const ASTContext &C,
H A DDataRecursiveASTVisitor.h2297 DEF_TRAVERSE_STMT(OMPSingleDirective,
H A DRecursiveASTVisitor.h2319 DEF_TRAVERSE_STMT(OMPSingleDirective,
/external/clang/lib/AST/
H A DStmt.cpp1455 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C,
1460 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSingleDirective),
1464 OMPSingleDirective *Dir =
1465 new (Mem) OMPSingleDirective(StartLoc, EndLoc, Clauses.size());
1471 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C,
1474 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSingleDirective),
1478 return new (Mem) OMPSingleDirective(NumClauses);
H A DStmtPrinter.cpp813 void StmtPrinter::VisitOMPSingleDirective(OMPSingleDirective *Node) {
H A DStmtProfile.cpp379 void StmtProfiler::VisitOMPSingleDirective(const OMPSingleDirective *S) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1939 void ASTStmtReader::VisitOMPSingleDirective(OMPSingleDirective *D) {
2469 S = OMPSingleDirective::CreateEmpty(
H A DASTWriterStmt.cpp1847 void ASTStmtWriter::VisitOMPSingleDirective(OMPSingleDirective *D) {
/external/clang/tools/libclang/
H A DCIndex.cpp1862 void VisitOMPSingleDirective(const OMPSingleDirective *D);
2312 void EnqueueVisitor::VisitOMPSingleDirective(const OMPSingleDirective *D) {
4009 return cxstring::createRef("OMPSingleDirective");
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1838 return OMPSingleDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt);
H A DTreeTransform.h6477 TreeTransform<Derived>::TransformOMPSingleDirective(OMPSingleDirective *D) {

Completed in 331 milliseconds