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/include/clang/AST/
CanonicalType.h 657 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCQualifiedClassType)
Type.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 195 T->isObjCQualifiedIdType() || T->isObjCQualifiedClassType();
    [all...]
Type.cpp 505 if (OPT->isObjCQualifiedClassType())
    [all...]
ASTContext.cpp     [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/
RewriteObjC.cpp 442 else if (T->isObjCQualifiedClassType())
    [all...]
RewriteModernObjC.cpp 529 else if (T->isObjCQualifiedClassType())
    [all...]

Completed in 396 milliseconds