HomeSort by: relevance | last modified time | path
    Searched refs:OMPDeclarativeDirective (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclOpenMP.cpp 32 auto *D = OMPDeclarativeDirective::createDirective<OMPThreadPrivateDecl>(
41 return OMPDeclarativeDirective::createEmptyDirective<OMPThreadPrivateDecl>(
60 auto *D = OMPDeclarativeDirective::createDirective<OMPAllocateDecl>(
69 return OMPDeclarativeDirective::createEmptyDirective<OMPAllocateDecl>(
88 return OMPDeclarativeDirective::createDirective<OMPRequiresDecl>(C, DC, CL, 0,
94 return OMPDeclarativeDirective::createEmptyDirective<OMPRequiresDecl>(
146 return OMPDeclarativeDirective::createDirective<OMPDeclareMapperDecl>(
153 return OMPDeclarativeDirective::createEmptyDirective<OMPDeclareMapperDecl>(
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclOpenMP.h 30 template <typename U> class OMPDeclarativeDirective : public U {
47 OMPDeclarativeDirective(Params &&... P) : U(std::forward<Params>(P)...) {}
110 class OMPThreadPrivateDecl final : public OMPDeclarativeDirective<Decl> {
111 friend class OMPDeclarativeDirective<Decl>;
117 : OMPDeclarativeDirective<Decl>(OMPThreadPrivate, DC, L) {}
286 class OMPDeclareMapperDecl final : public OMPDeclarativeDirective<ValueDecl>,
288 friend class OMPDeclarativeDirective<ValueDecl>;
305 : OMPDeclarativeDirective<ValueDecl>(OMPDeclareMapper, DC, L, Name, Ty),
416 class OMPRequiresDecl final : public OMPDeclarativeDirective<Decl> {
417 friend class OMPDeclarativeDirective<Decl>
    [all...]
OpenMPClause.h 8464 template <typename T> friend class OMPDeclarativeDirective;

Completed in 22 milliseconds