Searched refs:processRequiresDirective (Results 1 – 5 of 5) sorted by relevance
374 void processRequiresDirective(const OMPRequiresDecl *D) override;
1818 virtual void processRequiresDirective(const OMPRequiresDecl *D);
3830 void CGOpenMPRuntimeGPU::processRequiresDirective( in processRequiresDirective() function in CGOpenMPRuntimeGPU3900 CGOpenMPRuntime::processRequiresDirective(D); in processRequiresDirective()
2621 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
10880 void CGOpenMPRuntime::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntime