Searched refs:processRequiresDirective (Results 1 – 5 of 5) sorted by relevance
331 void processRequiresDirective(const OMPRequiresDecl *D) override;
2244 void CGOpenMPRuntimeGPU::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntimeGPU2347 CGOpenMPRuntime::processRequiresDirective(D); in processRequiresDirective()
1565 virtual void processRequiresDirective(const OMPRequiresDecl *D);
2891 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
10147 void CGOpenMPRuntime::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntime