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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 72 PT->isObjCClassType() || PT->isObjCQualifiedClassType())
  /external/clang/lib/AST/
TypePrinter.cpp 196 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 654 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCClassType)
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 109 else if (Ctx.isObjCClassType(UnqualT))
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp 513 if (PT->isObjCClassType() &&
    [all...]
SemaCodeComplete.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaType.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 662 ClangASTType::IsObjCClassType () const
671 return obj_pointer_type->isObjCClassType();
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 280 milliseconds