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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 69 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 688 result.get()->getType()->isObjCIdType()) {
692 if (!ptr->isObjCIdType())
    [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp 797 } else if (Result->isObjCIdType()) {
    [all...]
SemaDeclAttr.cpp 834 if (!QT->isObjCIdType() && !QT->isObjCObjectType()) {
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 131 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
1025 if (T->isObjCIdType() || T->isObjCQualifiedIdType())
1046 if (!T->isObjCIdType() && !T->isObjCQualifiedIdType())
    [all...]
DeclObjC.cpp 582 !getResultType()->isObjCIdType())
598 if (!ArgT->isObjCIdType()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 698 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 938 S = (RetTy->isObjCIdType())
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 313 milliseconds