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 405 return AR_Deprecated;
417 if (Result >= AR_Deprecated)
423 Result = AR_Deprecated;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 525 case AR_Deprecated:
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp 105 if (Result == AR_Deprecated || Result == AR_Unavailable) {
120 case AR_Deprecated:
121 if (S.getCurContextAvailability() != AR_Deprecated)
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 64 AR_Deprecated,
583 return getAvailability(Message) == AR_Deprecated;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 174 milliseconds