OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createDirective
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclOpenMP.cpp
32
auto *D = OMPDeclarativeDirective::
createDirective
<OMPThreadPrivateDecl>(
60
auto *D = OMPDeclarativeDirective::
createDirective
<OMPAllocateDecl>(
88
return OMPDeclarativeDirective::
createDirective
<OMPRequiresDecl>(C, DC, CL, 0,
146
return OMPDeclarativeDirective::
createDirective
<OMPDeclareMapperDecl>(
StmtOpenMP.cpp
241
auto *Dir =
createDirective
<OMPParallelDirective>(
261
auto *Dir =
createDirective
<OMPSimdDirective>(
296
auto *Dir =
createDirective
<OMPForDirective>(
342
OMPTileDirective *Dir =
createDirective
<OMPTileDirective>(
363
auto *Dir =
createDirective
<OMPForSimdDirective>(
406
auto *Dir =
createDirective
<OMPSectionsDirective>(C, Clauses, AssociatedStmt,
428
createDirective
<OMPSectionDirective>(C, llvm::None, AssociatedStmt,
445
return
createDirective
<OMPSingleDirective>(C, Clauses, AssociatedStmt,
461
return
createDirective
<OMPMasterDirective>(C, llvm::None, AssociatedStmt,
476
return
createDirective
<OMPCriticalDirective>(C, Clauses, AssociatedStmt
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclOpenMP.h
50
static T *
createDirective
(const ASTContext &C, DeclContext *DC,
StmtOpenMP.h
301
static T *
createDirective
(const ASTContext &C, ArrayRef<OMPClause *> Clauses,
Completed in 26 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026