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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 72 PT->isObjCClassType() || PT->isObjCQualifiedClassType())
  /external/clang/lib/AST/
TypePrinter.cpp 197 T->isObjCQualifiedIdType() || T->isObjCQualifiedClassType();
    [all...]
Type.cpp 513 if (OPT->isObjCQualifiedClassType())
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 656 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCQualifiedClassType)
Type.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 543 else if (T->isObjCQualifiedClassType())
    [all...]
RewriteObjC.cpp 443 else if (T->isObjCQualifiedClassType())
    [all...]

Completed in 957 milliseconds