Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1748 bool ShouldEmitRootNode; member in __anona5752c0a0611::DeferredDiagnosticsEmitter
1756 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter()
1793 if ((!ShouldEmitRootNode && !S.getLangOpts().OpenMP && !Caller) || in checkFunc()
1798 (ShouldEmitRootNode || InOMPDeviceContext)) in checkFunc()
1805 if (ShouldEmitRootNode || InOMPDeviceContext) in checkFunc()
1822 ShouldEmitRootNode = S.getEmissionStatus(FD, /*Final=*/true) == in checkRecordedDecl()