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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 70 PT->isObjCClassType() || PT->isObjCQualifiedClassType())
  /external/clang/include/clang/AST/
CanonicalType.h 699 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCClassType)
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 131 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
1027 else if (T->isObjCClassType() || T->isObjCQualifiedClassType())
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 447 if (PT->isObjCClassType() &&
    [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaOverload.cpp     [all...]
SemaType.cpp 803 } else if (Result->isObjCClassType()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 118 milliseconds