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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 250 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType())
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 705 result.get()->getType()->isObjCIdType()) {
709 if (!ptr->isObjCIdType())
    [all...]
SemaDeclObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp 800 } else if (Result->isObjCIdType()) {
    [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 196 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
    [all...]
DeclObjC.cpp 608 !getResultType()->isObjCIdType())
624 if (!ArgT->isObjCIdType()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 699 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 103 if (Ctx.isObjCIdType(UnqualT))
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 114 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType()))
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 328 milliseconds