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 463 return AR_Deprecated;
475 if (Result >= AR_Deprecated)
481 Result = AR_Deprecated;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 550 case AR_Deprecated:
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp 139 if (Result == AR_Deprecated || Result == AR_Unavailable ||
154 case AR_Deprecated:
155 if (S.getCurContextAvailability() != AR_Deprecated)
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 66 AR_Deprecated,
600 return getAvailability(Message) == AR_Deprecated;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1005 milliseconds