HomeSort by relevance Sort by last modified time
    Searched refs:Diagnose (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Sema/
Lookup.h 141 Diagnose(Redecl == Sema::NotForRedeclaration),
162 Diagnose(Redecl == Sema::NotForRedeclaration),
181 Diagnose(false),
186 if (Diagnose) diagnose();
504 Diagnose = false;
509 return !Diagnose;
602 void diagnose() { function in class:clang::LookupResult
656 bool Diagnose;
Initialization.h 771 /// information to diagnose
817 /// \brief Diagnose an potentially-invalid initialization sequence.
821 bool Diagnose(Sema &S,
    [all...]
Sema.h 1065 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:clang::Sema::BoundTypeDiagnoser1
1085 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:clang::Sema::BoundTypeDiagnoser2
1106 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:clang::Sema::BoundTypeDiagnoser3
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 27 bool Diagnose();
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 90 if (!Diagnose())
146 return Diagnose();
206 if (!Diagnose())
219 if (!Diagnose())
  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 48 bool mcld::Diagnose()
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 53 /// diagnose the use of local variables or parameters within the
3693 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:NonAbstractTypeDiagnoser
    [all...]
SemaExprCXX.cpp     [all...]
SemaAccess.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp 317 InitSeq.Diagnose(SemaRef, MemberEntity, Kind, 0, 0);
426 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, 0, 0);
    [all...]
SemaExpr.cpp 146 // Try to diagnose why this special member function was implicitly
150 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true);
11495 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:CallReturnIncompleteDiagnoser
    [all...]

Completed in 664 milliseconds