Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1707 bool ShouldEmitRootNode; member in __anonb381736b0611::DeferredDiagnosticsEmitter
1715 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter()
1752 if ((!ShouldEmitRootNode && !S.getLangOpts().OpenMP && !Caller) || in checkFunc()
1757 (ShouldEmitRootNode || InOMPDeviceContext)) in checkFunc()
1764 if (ShouldEmitRootNode || InOMPDeviceContext) in checkFunc()
1781 ShouldEmitRootNode = S.getEmissionStatus(FD, /*Final=*/true) == in checkRecordedDecl()