Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp331 return createEmptyDirective<OMPSimdDirective>( in CreateEmpty()
404 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
425 return createEmptyDirective<OMPTileDirective>( in CreateEmpty()
447 return createEmptyDirective<OMPUnrollDirective>( in CreateEmpty()
491 return createEmptyDirective<OMPForSimdDirective>( in CreateEmpty()
639 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
819 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
938 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
1033 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1120 return createEmptyDirective<OMPTaskLoopDirective>( 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h62 static T *createEmptyDirective(const ASTContext &C, unsigned ID, in createEmptyDirective() function
H A DStmtOpenMP.h326 static T *createEmptyDirective(const ASTContext &C, unsigned NumClauses, in createEmptyDirective() function
342 static T *createEmptyDirective(const ASTContext &C, unsigned NumClauses,