Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.cpp276 return createEmptyDirective<OMPMetaDirective>(C, NumClauses, in CreateEmpty()
295 return createEmptyDirective<OMPParallelDirective>(C, NumClauses, in CreateEmpty()
331 return createEmptyDirective<OMPSimdDirective>( in CreateEmpty()
404 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
425 return createEmptyDirective<OMPTileDirective>( in CreateEmpty()
447 return createEmptyDirective<OMPUnrollDirective>( in CreateEmpty()
465 return createEmptyDirective<OMPReverseDirective>( in CreateEmpty()
485 return createEmptyDirective<OMPInterchangeDirective>( in CreateEmpty()
529 return createEmptyDirective<OMPForSimdDirective>( in CreateEmpty()
549 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses, in CreateEmpty()
[all …]
HDDeclOpenMP.cpp41 return OMPDeclarativeDirective::createEmptyDirective<OMPThreadPrivateDecl>( in CreateDeserialized()
70 return OMPDeclarativeDirective::createEmptyDirective<OMPAllocateDecl>( in CreateDeserialized()
96 return OMPDeclarativeDirective::createEmptyDirective<OMPRequiresDecl>( in CreateDeserialized()
155 return OMPDeclarativeDirective::createEmptyDirective<OMPDeclareMapperDecl>( in CreateDeserialized()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclOpenMP.h62 static T *createEmptyDirective(const ASTContext &C, GlobalDeclID ID, in createEmptyDirective() function
HDStmtOpenMP.h326 static T *createEmptyDirective(const ASTContext &C, unsigned NumClauses, in createEmptyDirective() function
342 static T *createEmptyDirective(const ASTContext &C, unsigned NumClauses,