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

  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 557 def Diagnose(msg):
582 diagnoses = Diagnose(msg)
  /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;
  /external/clang/lib/Sema/
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...]
SemaDeclCXX.cpp 51 /// diagnose the use of local variables or parameters within the
    [all...]

Completed in 538 milliseconds