Searched refs:processRequiresDirective (Results 1 – 5 of 5) sorted by relevance
400 void processRequiresDirective(const OMPRequiresDecl *D) override;
1798 virtual void processRequiresDirective(const OMPRequiresDecl *D);
4430 void CGOpenMPRuntimeGPU::processRequiresDirective( in processRequiresDirective() function in CGOpenMPRuntimeGPU4498 CGOpenMPRuntime::processRequiresDirective(D); in processRequiresDirective()
2614 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
10721 void CGOpenMPRuntime::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntime