HomeSort by relevance Sort by last modified time
    Searched refs:Diagnose (Results 1 - 14 of 14) 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();
507 Diagnose = false;
512 return !Diagnose;
605 void diagnose() { function in class:clang::LookupResult
659 bool Diagnose;
Initialization.h 830 /// information to diagnose
    [all...]
Sema.h 1141 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:clang::Sema::BoundTypeDiagnoser1
1161 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:clang::Sema::BoundTypeDiagnoser2
1182 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 95 if (!Diagnose())
157 return Diagnose();
229 if (!Diagnose())
242 if (!Diagnose())
  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 48 bool mcld::Diagnose()
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 54 /// diagnose the use of local variables or parameters within the
    [all...]
SemaExprCXX.cpp     [all...]
SemaAccess.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaLambda.cpp 509 if (!InitSeq.Diagnose(*this, Entity, InitKind, Init)) {
    [all...]
SemaInit.cpp 395 InitSeq.Diagnose(SemaRef, MemberEntity, Kind, None);
513 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, None);
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp 62 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/false))
154 // Try to diagnose why this special member function was implicitly
158 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true);
12071 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:CallReturnIncompleteDiagnoser
    [all...]

Completed in 104 milliseconds