HomeSort by: relevance | last modified time | path
    Searched defs:Diagnosed (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 852 LabelDecl *Target, bool &Diagnosed) {
853 if (Diagnosed)
860 Diagnosed = true;
880 bool Diagnosed = false;
885 DiagnoseIndirectOrAsmJumpStmt(S, Jump, Target, Diagnosed);
896 DiagnoseIndirectOrAsmJumpStmt(S, Jump, Target, Diagnosed);
901 if (!Diagnosed && !ToScopesCXX98Compat.empty()) {
AnalysisBasedWarnings.cpp 814 bool Diagnosed = false;
970 Diagnosed = true;
973 if (!Diagnosed)
989 /// emitted for particular types of uses. Returns true if the use was diagnosed
SemaCoroutine.cpp 151 assert(StdExp && "Should already be diagnosed");
215 bool Diagnosed = false;
218 Diagnosed = true;
251 return !Diagnosed;
1034 assert(Std && "Should already be diagnosed");
SemaType.cpp 891 bool diagnosed = false; local
900 diagnosed = true;
904 if (!diagnosed) {
2145 // diagnosed when they are written directly (e.g., "int & &"),
4304 /// the first such instance is retroactively diagnosed.
4916 // We've already diagnosed this for decltype(auto).
7083 /// \returns true if a problem has been diagnosed, false on success.
8348 /// \returns \c true if the type of \p E is incomplete and diagnosed, \c false
8627 bool Diagnosed = false;
8636 Diagnosed = InstantiateClassTemplateSpecialization
    [all...]
SemaChecking.cpp 1449 ICEArguments = 0; // Don't diagnose previously diagnosed errors.
13316 bool Diagnosed;
13318 UsageInfo() : Uses(), Diagnosed(false) {}
13448 if (UI.Diagnosed)
13465 UI.Diagnosed = true;
14520 // Already diagnosed by the constant evaluator.

Completed in 73 milliseconds