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 491 return AR_Deprecated;
506 if (Result >= AR_Deprecated)
512 Result = AR_Deprecated;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 550 case AR_Deprecated:
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp 143 if (Result == AR_Deprecated || Result == AR_Unavailable ||
158 case AR_Deprecated:
159 if (S.getCurContextAvailability() != AR_Deprecated)
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 67 AR_Deprecated,
614 return getAvailability(Message) == AR_Deprecated;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 276 milliseconds