Home
last modified time | relevance | path

Searched refs:InOMPDeviceContext (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1565 unsigned InOMPDeviceContext; member in __anon4163d5400411::DeferredDiagnosticsEmitter
1568 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter()
1573 ++InOMPDeviceContext; in VisitOMPTargetDirective()
1575 --InOMPDeviceContext; in VisitOMPTargetDirective()
1595 ++InOMPDeviceContext; in checkVar()
1598 --InOMPDeviceContext; in checkVar()
1603 auto &Done = DoneMap[InOMPDeviceContext > 0 ? 1 : 0]; in checkFunc()
1610 (ShouldEmitRootNode || InOMPDeviceContext)) in checkFunc()
1617 if (ShouldEmitRootNode || InOMPDeviceContext) in checkFunc()