Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1560 bool ShouldEmitRootNode; member in __anon4163d5400411::DeferredDiagnosticsEmitter
1568 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter()
1605 if ((!ShouldEmitRootNode && !S.getLangOpts().OpenMP && !Caller) || in checkFunc()
1610 (ShouldEmitRootNode || InOMPDeviceContext)) in checkFunc()
1617 if (ShouldEmitRootNode || InOMPDeviceContext) in checkFunc()
1634 ShouldEmitRootNode = S.getEmissionStatus(FD, /*Final=*/true) == in checkRecordedDecl()