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

  /external/clang/include/clang/Sema/
Lookup.h 141 Diagnose(Redecl == Sema::NotForRedeclaration)
161 Diagnose(Redecl == Sema::NotForRedeclaration)
179 Diagnose(false)
183 if (Diagnose) diagnose();
494 Diagnose = false;
499 return !Diagnose;
592 void diagnose() { function in class:clang::LookupResult
646 bool Diagnose;
Initialization.h 749 /// information to diagnose
795 /// \brief Diagnose an potentially-invalid initialization sequence.
799 bool Diagnose(Sema &S,
    [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp 51 /// diagnose the use of local variables or parameters within the
    [all...]
SemaAccess.cpp     [all...]
SemaInit.cpp 318 InitSeq.Diagnose(SemaRef, MemberEntity, Kind, 0, 0);
427 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, 0, 0);
718 // Note: 8.5.1 is handled below; here, we diagnose the case where
    [all...]
SemaExpr.cpp 120 // Try to diagnose why this special member function was implicitly
124 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true);
589 // Nothing to diagnose. This is okay.
    [all...]

Completed in 182 milliseconds