Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1712 unsigned InOMPDeviceContext; member in __anonb381736b0611::DeferredDiagnosticsEmitter
1715 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter()
1720 ++InOMPDeviceContext; in VisitOMPTargetDirective()
1722 --InOMPDeviceContext; in VisitOMPTargetDirective()
1742 ++InOMPDeviceContext; in checkVar()
1745 --InOMPDeviceContext; in checkVar()
1750 auto &Done = DoneMap[InOMPDeviceContext > 0 ? 1 : 0]; in checkFunc()
1757 (ShouldEmitRootNode || InOMPDeviceContext)) in checkFunc()
1764 if (ShouldEmitRootNode || InOMPDeviceContext) in checkFunc()