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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 72 PT->isObjCClassType() || PT->isObjCQualifiedClassType())
  /external/clang/include/clang/AST/
CanonicalType.h 581 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCClassType)
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 200 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
    [all...]
Type.cpp 487 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType())
502 if (OPT->isObjCClassType())
510 return OPT->isObjCClassType() || OPT->isObjCQualifiedClassType();
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 641 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() ||
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 115 else if (Ctx.isObjCClassType(UnqualT))
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 549 if (PT->isObjCClassType() &&
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 261 milliseconds