Home
last modified time | relevance | path

Searched refs:createEmptyDirective (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp251 return createEmptyDirective<OMPParallelDirective>(C, NumClauses, in CreateEmpty()
287 return createEmptyDirective<OMPSimdDirective>( in CreateEmpty()
332 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
353 return createEmptyDirective<OMPTileDirective>( in CreateEmpty()
397 return createEmptyDirective<OMPForSimdDirective>( in CreateEmpty()
417 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses, in CreateEmpty()
436 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
453 return createEmptyDirective<OMPSingleDirective>(C, NumClauses, in CreateEmpty()
468 return createEmptyDirective<OMPMasterDirective>(C, /*NumClauses=*/0, in CreateEmpty()
484 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses, in CreateEmpty()
[all …]
H A DDeclOpenMP.cpp41 return OMPDeclarativeDirective::createEmptyDirective<OMPThreadPrivateDecl>( in CreateDeserialized()
69 return OMPDeclarativeDirective::createEmptyDirective<OMPAllocateDecl>( in CreateDeserialized()
94 return OMPDeclarativeDirective::createEmptyDirective<OMPRequiresDecl>( in CreateDeserialized()
153 return OMPDeclarativeDirective::createEmptyDirective<OMPDeclareMapperDecl>( in CreateDeserialized()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclOpenMP.h62 static T *createEmptyDirective(const ASTContext &C, unsigned ID, in createEmptyDirective() function
H A DStmtOpenMP.h317 static T *createEmptyDirective(const ASTContext &C, unsigned NumClauses, in createEmptyDirective() function
333 static T *createEmptyDirective(const ASTContext &C, unsigned NumClauses,