Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDDiagnosticRenderer.cpp429 bool Suppressed = (OnMacroInst >= MacroSkipStart && in emitMacroExpansions() local
432 if (Suppressed) { in emitMacroExpansions()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp151 ReturnVisitor(const StackFrameContext *Frame, bool Suppressed) in ReturnVisitor() argument
152 : StackFrame(Frame), Mode(Initial), EnableNullFPSuppression(Suppressed) {} in ReturnVisitor()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp5062 if (Suppressed) return; in diagnose()
5118 if (!Diagnoser.Suppressed && Def && !LookupResult::isVisible(*this, Def)) { in RequireCompleteTypeImpl()
5187 /*Complain=*/!Diagnoser.Suppressed); in RequireCompleteTypeImpl()
5199 /*Complain=*/!Diagnoser.Suppressed); in RequireCompleteTypeImpl()
5204 if (Diagnoser.Suppressed) in RequireCompleteTypeImpl()
5284 if (Diagnoser.Suppressed) in RequireLiteralType()
HDSemaExpr.cpp279 SmallVectorImpl<PartialDiagnosticAt> &Suppressed = Pos->second; in DiagnoseUseOfDecl() local
280 for (unsigned I = 0, N = Suppressed.size(); I != N; ++I) in DiagnoseUseOfDecl()
281 Diag(Suppressed[I].first, Suppressed[I].second); in DiagnoseUseOfDecl()
287 Suppressed.clear(); in DiagnoseUseOfDecl()
HDSemaDeclCXX.cpp4034 if (Suppressed) return; in RequireNonAbstractType()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1119 bool Suppressed; member
1121 TypeDiagnoser(bool Suppressed = false) : Suppressed(Suppressed) { } in Suppressed() function
1152 if (Suppressed) return; in diagnose()
1172 if (Suppressed) return; in diagnose()
1193 if (Suppressed) return; in diagnose()