Searched refs:processRequiresDirective (Results 1 – 5 of 5) sorted by relevance
333 void processRequiresDirective(const OMPRequiresDecl *D) override;
1568 virtual void processRequiresDirective(const OMPRequiresDecl *D);
3453 void CGOpenMPRuntimeGPU::processRequiresDirective( in processRequiresDirective() function in CGOpenMPRuntimeGPU3540 CGOpenMPRuntime::processRequiresDirective(D); in processRequiresDirective()
2729 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
10012 void CGOpenMPRuntime::processRequiresDirective(const OMPRequiresDecl *D) { in processRequiresDirective() function in CGOpenMPRuntime