Searched refs:processRequiresDirective (Results 1 – 5 of 5) sorted by relevance
375 void processRequiresDirective(const OMPRequiresDecl *D) override;
1820 virtual void processRequiresDirective(const OMPRequiresDecl *D);
3886 void CGOpenMPRuntimeGPU::processRequiresDirective( in processRequiresDirective() function in CGOpenMPRuntimeGPU3963 CGOpenMPRuntime::processRequiresDirective(D); in processRequiresDirective()
2641 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
10840 void CGOpenMPRuntime::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntime