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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 267 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType())
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 821 if (result.get()->getType()->isObjCIdType()) {
824 if (!ptr->isObjCIdType())
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 196 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
    [all...]
DeclObjC.cpp 853 if (!isInstanceMethod() || !getReturnType()->isObjCIdType())
869 if (!ArgT->isObjCIdType()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 653 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 107 if (Ctx.isObjCIdType(UnqualT))
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType()))
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]

Completed in 1103 milliseconds