Searched refs:OMPSectionsDirective (Results 1 – 15 of 15) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 377 class OMPSectionsDirective : public OMPExecutableDirective { 385 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSectionsDirective() function 394 explicit OMPSectionsDirective(unsigned NumClauses) in OMPSectionsDirective() function 408 static OMPSectionsDirective * 418 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
|
D | DataRecursiveASTVisitor.h | 2291 DEF_TRAVERSE_STMT(OMPSectionsDirective,
|
D | RecursiveASTVisitor.h | 2313 DEF_TRAVERSE_STMT(OMPSectionsDirective,
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 1411 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() 1414 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), in Create() 1418 OMPSectionsDirective *Dir = in Create() 1419 new (Mem) OMPSectionsDirective(StartLoc, EndLoc, Clauses.size()); in Create() 1425 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1428 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), in CreateEmpty() 1432 return new (Mem) OMPSectionsDirective(NumClauses); in CreateEmpty() 1439 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), in Create()
|
D | StmtProfile.cpp | 371 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) { in VisitOMPSectionsDirective()
|
D | StmtPrinter.cpp | 803 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) { in VisitOMPSectionsDirective()
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 81 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &) { in EmitOMPSectionsDirective() argument
|
D | CGStmt.cpp | 189 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 1903 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 184 def OMPSectionsDirective : DStmt<OMPExecutableDirective>;
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1927 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective() 2460 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 1834 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1860 void VisitOMPSectionsDirective(const OMPSectionsDirective *D); 2304 void EnqueueVisitor::VisitOMPSectionsDirective(const OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1819 return OMPSectionsDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPSectionsDirective()
|
D | TreeTransform.h | 6455 TreeTransform<Derived>::TransformOMPSectionsDirective(OMPSectionsDirective *D) { in TransformOMPSectionsDirective()
|