HomeSort by relevance Sort by last modified time
    Searched refs:Diagnose (Results 1 - 7 of 7) 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 670 /// information to diagnose
716 /// \brief Diagnose an potentially-invalid initialization sequence.
720 bool Diagnose(Sema &S,
    [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 641 // Ignore nested enum scopes: we'll diagnose non-constant expressions
    [all...]
SemaAccess.cpp     [all...]
SemaInit.cpp 316 InitSeq.Diagnose(SemaRef, MemberEntity, Kind, 0, 0);
424 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, 0, 0);
713 // Note: 8.5.1 is handled below; here, we diagnose the case where
    [all...]
SemaExpr.cpp 580 // Nothing to diagnose. This is okay.
    [all...]

Completed in 106 milliseconds