Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1850 bool ShouldEmitRootNode; member in __anon1db639350511::DeferredDiagnosticsEmitter
1858 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter()
1936 if ((!ShouldEmitRootNode && !S.getLangOpts().OpenMP && !Caller) || in checkFunc()
1941 (ShouldEmitRootNode || InOMPDeviceContext)) in checkFunc()
1948 if (ShouldEmitRootNode || InOMPDeviceContext) in checkFunc()
1967 ShouldEmitRootNode = S.getEmissionStatus(FD, /*Final=*/true) == in checkRecordedDecl()