HomeSort by relevance Sort by last modified time
    Searched defs:Diagnose (Results 1 - 3 of 3) 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();
476 Diagnose = false;
481 return !Diagnose;
569 void diagnose() { function in class:clang::LookupResult
617 bool Diagnose;
  /external/clang/lib/Sema/
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...]

Completed in 127 milliseconds