Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1753 unsigned InOMPDeviceContext; member in __anon1db639350611::DeferredDiagnosticsEmitter
1756 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter()
1761 ++InOMPDeviceContext; in VisitOMPTargetDirective()
1763 --InOMPDeviceContext; in VisitOMPTargetDirective()
1783 ++InOMPDeviceContext; in checkVar()
1786 --InOMPDeviceContext; in checkVar()
1791 auto &Done = DoneMap[InOMPDeviceContext > 0 ? 1 : 0]; in checkFunc()
1798 (ShouldEmitRootNode || InOMPDeviceContext)) in checkFunc()
1805 if (ShouldEmitRootNode || InOMPDeviceContext) in checkFunc()