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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 37 /// Returns OCL_None if the attributes as stated do not imply an ownership.
61 return Qualifiers::OCL_None;
75 assert(propertyLifetime != Qualifiers::OCL_None);
147 case Qualifiers::OCL_None:
502 PIDecl->getType().getObjCLifetime() == Qualifiers::OCL_None) {
715 if ((ivarLifetime == Qualifiers::OCL_None &&
762 case Qualifiers::OCL_None:
782 if (propertyLifetime != Qualifiers::OCL_None)
    [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp 833 case Qualifiers::OCL_None:
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 294 case Qualifiers::OCL_None:
CGBlocks.cpp 355 Qualifiers::OCL_None,
372 Qualifiers::OCL_None, &CI,
390 case Qualifiers::OCL_None: llvm_unreachable("impossible");
    [all...]
CGDecl.cpp 537 case Qualifiers::OCL_None:
714 case Qualifiers::OCL_None:
774 case Qualifiers::OCL_None:
    [all...]
CGExpr.cpp 207 case Qualifiers::OCL_None:
356 if (ownership != Qualifiers::OCL_None &&
    [all...]
CGObjCMac.cpp     [all...]
CGExprCXX.cpp     [all...]
CGObjC.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h 133 OCL_None,
296 void removeObjCLifetime() { setObjCLifetime(OCL_None); }
453 if (getObjCLifetime() == OCL_None || other.getObjCLifetime() == OCL_None)
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 431 || propertyLifetime == Qualifiers::OCL_None)) {
    [all...]

Completed in 962 milliseconds