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

  /external/clang/lib/AST/
DeclBase.cpp 425 return AR_Deprecated;
437 if (Result >= AR_Deprecated)
443 Result = AR_Deprecated;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 548 case AR_Deprecated:
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp 122 if (Result == AR_Deprecated || Result == AR_Unavailable ||
137 case AR_Deprecated:
138 if (S.getCurContextAvailability() != AR_Deprecated)
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 66 AR_Deprecated,
589 return getAvailability(Message) == AR_Deprecated;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 225 milliseconds