Searched refs:createEmptyDirective (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 276 return createEmptyDirective<OMPMetaDirective>(C, NumClauses, in CreateEmpty() 295 return createEmptyDirective<OMPParallelDirective>(C, NumClauses, in CreateEmpty() 331 return createEmptyDirective<OMPSimdDirective>( in CreateEmpty() 402 return createEmptyDirective<OMPForDirective>( in CreateEmpty() 423 return createEmptyDirective<OMPTileDirective>( in CreateEmpty() 445 return createEmptyDirective<OMPUnrollDirective>( in CreateEmpty() 489 return createEmptyDirective<OMPForSimdDirective>( in CreateEmpty() 509 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses, in CreateEmpty() 528 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty() 545 return createEmptyDirective<OMPSingleDirective>(C, NumClauses, in CreateEmpty() [all …]
|
| H A 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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclOpenMP.h | 62 static T *createEmptyDirective(const ASTContext &C, unsigned ID, in createEmptyDirective() function
|
| H A D | StmtOpenMP.h | 317 static T *createEmptyDirective(const ASTContext &C, unsigned NumClauses, in createEmptyDirective() function 333 static T *createEmptyDirective(const ASTContext &C, unsigned NumClauses,
|