Searched refs:createEmptyDirective (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 208 return createEmptyDirective<OMPParallelDirective>(C, NumClauses, in CreateEmpty() 244 return createEmptyDirective<OMPSimdDirective>( in CreateEmpty() 289 return createEmptyDirective<OMPForDirective>( in CreateEmpty() 333 return createEmptyDirective<OMPForSimdDirective>( in CreateEmpty() 353 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses, in CreateEmpty() 372 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty() 389 return createEmptyDirective<OMPSingleDirective>(C, NumClauses, in CreateEmpty() 404 return createEmptyDirective<OMPMasterDirective>(C, /*NumClauses=*/0, in CreateEmpty() 420 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses, in CreateEmpty() 464 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty() [all …]
|
D | DeclOpenMP.cpp | 41 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()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclOpenMP.h | 62 static T *createEmptyDirective(const ASTContext &C, unsigned ID, in createEmptyDirective() function
|
D | StmtOpenMP.h | 85 static T *createEmptyDirective(const ASTContext &C, unsigned NumClauses, in createEmptyDirective() function 101 static T *createEmptyDirective(const ASTContext &C, unsigned NumClauses,
|