Home
last modified time | relevance | path

Searched refs:processRequiresDirective (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h331 void processRequiresDirective(const OMPRequiresDecl *D) override;
H A DCGOpenMPRuntimeGPU.cpp2244 void CGOpenMPRuntimeGPU::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntimeGPU
2347 CGOpenMPRuntime::processRequiresDirective(D); in processRequiresDirective()
H A DCGOpenMPRuntime.h1565 virtual void processRequiresDirective(const OMPRequiresDecl *D);
H A DCGDecl.cpp2891 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
H A DCGOpenMPRuntime.cpp10147 void CGOpenMPRuntime::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntime