Searched refs:OMPParallelDirective (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtOpenMP.h362 class OMPParallelDirective : public OMPExecutableDirective { class in namespace:clang
368 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPParallelDirective
377 explicit OMPParallelDirective(unsigned N) function in class:clang::OMPParallelDirective
389 static OMPParallelDirective *Create(ASTContext &C, SourceLocation StartLoc,
399 static OMPParallelDirective *CreateEmpty(ASTContext &C, unsigned N,
H A DRecursiveASTVisitor.h2395 DEF_TRAVERSE_STMT(OMPParallelDirective, {
/external/clang/lib/AST/
H A DStmt.cpp1149 OMPParallelDirective *OMPParallelDirective::Create(
1155 void *Mem = C.Allocate(sizeof(OMPParallelDirective) +
1157 llvm::alignOf<OMPParallelDirective>());
1158 OMPParallelDirective *Dir = new (Mem) OMPParallelDirective(StartLoc, EndLoc,
1165 OMPParallelDirective *OMPParallelDirective::CreateEmpty(ASTContext &C,
1168 void *Mem = C.Allocate(sizeof(OMPParallelDirective) +
1170 llvm::alignOf<OMPParallelDirective>());
[all...]
H A DStmtPrinter.cpp624 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) {
H A DStmtProfile.cpp279 StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp228 return Owned(OMPParallelDirective::Create(Context, StartLoc, EndLoc,
H A DTreeTransform.h6252 TreeTransform<Derived>::TransformOMPParallelDirective(OMPParallelDirective *D) {
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h2300 DEF_TRAVERSE_STMT(OMPParallelDirective, {
H A DCIndex.cpp1858 void VisitOMPParallelDirective(const OMPParallelDirective *D);
2238 void EnqueueVisitor::VisitOMPParallelDirective(const OMPParallelDirective *D) {
3817 return cxstring::createRef("OMPParallelDirective");
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1732 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) {
2206 OMPParallelDirective::CreateEmpty(Context,
H A DASTWriterStmt.cpp1719 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) {

Completed in 203 milliseconds