Searched refs:OMPTaskwaitDirective (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/AST/
H A DStmtOpenMP.cpp529 OMPTaskwaitDirective *OMPTaskwaitDirective::Create(const ASTContext &C,
532 void *Mem = C.Allocate(sizeof(OMPTaskwaitDirective));
533 OMPTaskwaitDirective *Dir = new (Mem) OMPTaskwaitDirective(StartLoc, EndLoc);
537 OMPTaskwaitDirective *OMPTaskwaitDirective::CreateEmpty(const ASTContext &C,
539 void *Mem = C.Allocate(sizeof(OMPTaskwaitDirective));
540 return new (Mem) OMPTaskwaitDirective();
H A DStmtPrinter.cpp1073 void StmtPrinter::VisitOMPTaskwaitDirective(OMPTaskwaitDirective *Node) {
H A DStmtProfile.cpp621 void StmtProfiler::VisitOMPTaskwaitDirective(const OMPTaskwaitDirective *S) {
/external/clang/include/clang/AST/
H A DStmtOpenMP.h1677 class OMPTaskwaitDirective : public OMPExecutableDirective { class in namespace:clang
1684 OMPTaskwaitDirective(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPTaskwaitDirective
1690 explicit OMPTaskwaitDirective() function in class:clang::OMPTaskwaitDirective
1701 static OMPTaskwaitDirective *
1708 static OMPTaskwaitDirective *CreateEmpty(const ASTContext &C, EmptyShell);
H A DRecursiveASTVisitor.h2510 DEF_TRAVERSE_STMT(OMPTaskwaitDirective,
/external/clang/lib/CodeGen/
H A DCGStmt.cpp230 EmitOMPTaskwaitDirective(cast<OMPTaskwaitDirective>(*S));
H A DCodeGenFunction.h2482 void EmitOMPTaskwaitDirective(const OMPTaskwaitDirective &S);
H A DCGStmtOpenMP.cpp2596 void CodeGenFunction::EmitOMPTaskwaitDirective(const OMPTaskwaitDirective &S) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2632 void ASTStmtReader::VisitOMPTaskwaitDirective(OMPTaskwaitDirective *D) {
3345 S = OMPTaskwaitDirective::CreateEmpty(Context, Empty);
H A DASTWriterStmt.cpp2380 void ASTStmtWriter::VisitOMPTaskwaitDirective(OMPTaskwaitDirective *D) {
/external/clang/tools/libclang/
H A DCIndex.cpp1953 void VisitOMPTaskwaitDirective(const OMPTaskwaitDirective *D);
2661 void EnqueueVisitor::VisitOMPTaskwaitDirective(const OMPTaskwaitDirective *D) {
4837 return cxstring::createRef("OMPTaskwaitDirective");
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp5928 return OMPTaskwaitDirective::Create(Context, StartLoc, EndLoc);
H A DTreeTransform.h7387 TreeTransform<Derived>::TransformOMPTaskwaitDirective(OMPTaskwaitDirective *D) {

Completed in 253 milliseconds