Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp1674 bool ShouldEmitRootNode; member in __anon35f3330c0411::DeferredDiagnosticsEmitter
1682 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter()
1719 if ((!ShouldEmitRootNode && !S.getLangOpts().OpenMP && !Caller) || in checkFunc()
1724 (ShouldEmitRootNode || InOMPDeviceContext)) in checkFunc()
1731 if (ShouldEmitRootNode || InOMPDeviceContext) in checkFunc()
1748 ShouldEmitRootNode = S.getEmissionStatus(FD, /*Final=*/true) == in checkRecordedDecl()