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.h330 void processRequiresDirective(const OMPRequiresDecl *D) override;
H A DCGOpenMPRuntimeGPU.cpp2247 void CGOpenMPRuntimeGPU::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntimeGPU
2340 CGOpenMPRuntime::processRequiresDirective(D); in processRequiresDirective()
H A DCGOpenMPRuntime.h1571 virtual void processRequiresDirective(const OMPRequiresDecl *D);
H A DCGDecl.cpp2789 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
H A DCGOpenMPRuntime.cpp10075 void CGOpenMPRuntime::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntime