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

  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 46 bool Diagnose() {
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 24 bool Diagnose();
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 92 if (!Diagnose())
160 return Diagnose();
237 if (!Diagnose())
249 if (!Diagnose())
  /external/clang/include/clang/Sema/
Lookup.h 141 Diagnose(Redecl == Sema::NotForRedeclaration),
163 Diagnose(Redecl == Sema::NotForRedeclaration),
183 Diagnose(false),
189 if (Diagnose) diagnose();
523 Diagnose = false;
528 return !Diagnose;
633 void diagnose() { function in class:clang::LookupResult
681 bool Diagnose;
Initialization.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaCUDA.cpp 300 bool Diagnose) {
350 if (Diagnose) {
395 if (Diagnose) {
SemaDeclCXX.cpp 55 /// diagnose the use of local variables or parameters within the
    [all...]
SemaExprCXX.cpp     [all...]
SemaAccess.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp 65 DeduceReturnType(FD, SourceLocation(), /*Diagnose*/ false))
211 // Try to diagnose why this special member function was implicitly
215 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true);
497 ExprResult Sema::DefaultFunctionArrayConversion(Expr *E, bool Diagnose) {
512 if (Diagnose)
519 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc()))
715 ExprResult Sema::DefaultFunctionArrayLvalueConversion(Expr *E, bool Diagnose) {
716 ExprResult Res = DefaultFunctionArrayConversion(E, Diagnose);
    [all...]
SemaInit.cpp 457 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit);
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp 375 // diagnose the error then. If we don't do this, then the error
405 // We found a type within the ambiguous lookup; diagnose the
504 /// TST_union, TST_struct, TST_interface, TST_class). This is used to diagnose
    [all...]

Completed in 203 milliseconds