HomeSort by: relevance | last modified time | path
    Searched refs:Diagnosed (Results 1 - 8 of 8) 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()) {
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");
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
SemaExprCXX.cpp 4105 bool Diagnosed = DiagnoseAssignmentResult(
4108 assert(Diagnosed && "failed to diagnose bad conversion"); (void)Diagnosed;
5822 /// It returns true if the program is ill-formed and has already been diagnosed
7957 // error would get diagnosed when the lambda becomes capture ready.
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...]
SemaDeclCXX.cpp 665 // in this case, redefinition will be diagnosed later.
1631 /// \return \c true if a problem has been found (and optionally diagnosed).
1823 /// have diagnosed a problem.
1959 /// \param Diagnosed Whether we've emitted the error message yet. Used to attach
1969 bool &Diagnosed,
1993 if (!Diagnosed) {
1998 Diagnosed = true;
2011 if (!CheckConstexprCtorInitializer(SemaRef, Dcl, I, Inits, Diagnosed,
2164 /// \return true if the body is OK, false if we have found or diagnosed a
2287 bool Diagnosed = false
    [all...]
SemaInit.cpp 425 // C++, this cannot be reached unless we've already seen and diagnosed a
7408 // If this is &rvalue, then it's ill-formed and we have already diagnosed
7624 // We will have already diagnosed any problems with the initializer.
8772 // since this has already been diagnosed when parsing the variable
8993 bool Diagnosed =
8995 assert(Diagnosed && "couldn't find uninitialized reference to diagnose");
8996 (void)Diagnosed;
9412 // FIXME: Already diagnosed!
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 2850 // If we diagnosed a problem, produce a backtrace.
9989 bool Diagnosed = false;
10049 Diagnosed = true;
10060 Diagnosed = true;
10106 Diagnosed = true;
10304 Diagnosed = true;
10324 Diagnosed = true;
10331 Diagnosed = true;
10358 Diagnosed = true;
10388 Diagnosed = true
    [all...]

Completed in 88 milliseconds