Searched refs:processRequiresDirective (Results 1 – 5 of 5) sorted by relevance
363 void processRequiresDirective(const OMPRequiresDecl *D) override;
1551 virtual void processRequiresDirective(const OMPRequiresDecl *D);
3526 void CGOpenMPRuntimeGPU::processRequiresDirective( in processRequiresDirective() function in CGOpenMPRuntimeGPU3606 CGOpenMPRuntime::processRequiresDirective(D); in processRequiresDirective()
2645 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
10457 void CGOpenMPRuntime::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntime