HomeSort by relevance Sort by last modified time
    Searched refs:Diagnose (Results 1 - 6 of 6) 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();
476 Diagnose = false;
481 return !Diagnose;
569 void diagnose() { function in class:clang::LookupResult
617 bool Diagnose;
Initialization.h 658 /// information to diagnose
704 /// \brief Diagnose an potentially-invalid initialization sequence.
708 bool Diagnose(Sema &S,
    [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 635 // Ignore nested enum scopes: we'll diagnose non-constant expressions
    [all...]
SemaAccess.cpp     [all...]
SemaInit.cpp 283 InitSeq.Diagnose(SemaRef, MemberEntity, Kind, 0, 0);
391 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, 0, 0);
650 // Note: 8.5.1 is handled below; here, we diagnose the case where
    [all...]

Completed in 28 milliseconds