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

/external/clang/lib/AST/
H A DStmtOpenMP.cpp293 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C,
297 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPMasterDirective),
300 OMPMasterDirective *Dir = new (Mem) OMPMasterDirective(StartLoc, EndLoc);
305 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C,
307 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPMasterDirective),
310 return new (Mem) OMPMasterDirective();
H A DStmtPrinter.cpp961 void StmtPrinter::VisitOMPMasterDirective(OMPMasterDirective *Node) {
H A DStmtProfile.cpp523 void StmtProfiler::VisitOMPMasterDirective(const OMPMasterDirective *S) {
/external/clang/include/clang/AST/
H A DStmtOpenMP.h1100 class OMPMasterDirective : public OMPExecutableDirective { class in namespace:clang
1107 OMPMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPMasterDirective
1113 explicit OMPMasterDirective() function in class:clang::OMPMasterDirective
1125 static OMPMasterDirective *Create(const ASTContext &C,
1134 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
H A DRecursiveASTVisitor.h2380 DEF_TRAVERSE_STMT(OMPMasterDirective,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2332 void ASTStmtReader::VisitOMPMasterDirective(OMPMasterDirective *D) {
3000 S = OMPMasterDirective::CreateEmpty(Context, Empty);
H A DASTWriterStmt.cpp2134 void ASTStmtWriter::VisitOMPMasterDirective(OMPMasterDirective *D) {
/external/clang/lib/CodeGen/
H A DCGStmt.cpp206 EmitOMPMasterDirective(cast<OMPMasterDirective>(*S));
H A DCGStmtOpenMP.cpp1843 void CodeGenFunction::EmitOMPMasterDirective(const OMPMasterDirective &S) {
H A DCodeGenFunction.h2323 void EmitOMPMasterDirective(const OMPMasterDirective &S);
/external/clang/tools/libclang/
H A DCIndex.cpp1926 void VisitOMPMasterDirective(const OMPMasterDirective *D);
2551 void EnqueueVisitor::VisitOMPMasterDirective(const OMPMasterDirective *D) {
4476 return cxstring::createRef("OMPMasterDirective");
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp4316 return OMPMasterDirective::Create(Context, StartLoc, EndLoc, AStmt);
H A DTreeTransform.h7190 TreeTransform<Derived>::TransformOMPMasterDirective(OMPMasterDirective *D) {

Completed in 398 milliseconds