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

1 2 3

  /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:
506 PIDecl->getType().getObjCLifetime() == Qualifiers::OCL_None) {
725 if ((ivarLifetime == Qualifiers::OCL_None &&
772 case Qualifiers::OCL_None:
792 if (propertyLifetime != Qualifiers::OCL_None)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 293 case Qualifiers::OCL_None:
CGBlocks.cpp 360 Qualifiers::OCL_None,
377 Qualifiers::OCL_None, &CI,
395 case Qualifiers::OCL_None: llvm_unreachable("impossible");
    [all...]
CGDecl.cpp 540 case Qualifiers::OCL_None:
716 case Qualifiers::OCL_None:
775 case Qualifiers::OCL_None:
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
Type.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h 134 OCL_None,
314 void removeObjCLifetime() { setObjCLifetime(OCL_None); }
473 if (getObjCLifetime() == OCL_None || other.getObjCLifetime() == OCL_None)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h 135 OCL_None,
315 void removeObjCLifetime() { setObjCLifetime(OCL_None); }
488 if (getObjCLifetime() == OCL_None || other.getObjCLifetime() == OCL_None)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTContext.h     [all...]
Type.h 135 OCL_None,
315 void removeObjCLifetime() { setObjCLifetime(OCL_None); }
491 if (getObjCLifetime() == OCL_None || other.getObjCLifetime() == OCL_None)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTContext.h     [all...]
Type.h 135 OCL_None,
315 void removeObjCLifetime() { setObjCLifetime(OCL_None); }
491 if (getObjCLifetime() == OCL_None || other.getObjCLifetime() == OCL_None)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ASTContext.h     [all...]

Completed in 619 milliseconds

1 2 3