HomeSort by relevance Sort by last modified time
    Searched full:getpropertyattributes (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 71 = property->getPropertyAttributes();
186 unsigned Attributes = ODS.getPropertyAttributes();
206 ODS.getPropertyAttributes(),
216 Attributes, ODS.getPropertyAttributes(),
348 (OldProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic)
351 (NewProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic)
359 auto Attrs = Property->getPropertyAttributes();
379 unsigned Attrs = NewProperty->getPropertyAttributes();
488 = getOwnershipRule(PIDecl->getPropertyAttributes());
717 getImpliedARCOwnership(property->getPropertyAttributes(),
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 123 PD->getPropertyAttributes();
ObjCMT.cpp 623 if ((ClassProperty->getPropertyAttributes()
624 != Property->getPropertyAttributes()) ||
    [all...]
  /external/v8/src/runtime/
runtime-forin.cc 59 result = JSProxy::GetPropertyAttributes(&it);
runtime-object.cc 354 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
380 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
    [all...]
runtime-scopes.cc 71 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
687 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wia.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 828 ObjCPropertyAttributeKind getPropertyAttributes() const {
838 (getPropertyAttributes() & DQ_PR_nullability)) &&
845 (getPropertyAttributes() & DQ_PR_nullability)) &&
852 (getPropertyAttributes() & DQ_PR_nullability)) &&
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 433 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)
  /external/v8/src/builtins/
builtins-function.cc 220 JSReceiver::GetPropertyAttributes(&length_lookup);
  /external/clang/lib/Parse/
ParseObjc.cpp 759 if (OCDS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability)
    [all...]
  /external/v8/src/
api-natives.cc 102 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
contexts.cc 290 maybe = JSReceiver::GetPropertyAttributes(object, name);
objects-inl.h     [all...]
objects.cc     [all...]
api.cc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 832 ObjCPropertyAttributeKind getPropertyAttributes() const {
842 (getPropertyAttributes() & DQ_PR_nullability)) &&
849 (getPropertyAttributes() & DQ_PR_nullability)) &&
856 (getPropertyAttributes() & DQ_PR_nullability)) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 832 ObjCPropertyAttributeKind getPropertyAttributes() const {
842 (getPropertyAttributes() & DQ_PR_nullability)) &&
849 (getPropertyAttributes() & DQ_PR_nullability)) &&
856 (getPropertyAttributes() & DQ_PR_nullability)) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 832 ObjCPropertyAttributeKind getPropertyAttributes() const {
842 (getPropertyAttributes() & DQ_PR_nullability)) &&
849 (getPropertyAttributes() & DQ_PR_nullability)) &&
856 (getPropertyAttributes() & DQ_PR_nullability)) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 832 ObjCPropertyAttributeKind getPropertyAttributes() const {
842 (getPropertyAttributes() & DQ_PR_nullability)) &&
849 (getPropertyAttributes() & DQ_PR_nullability)) &&
856 (getPropertyAttributes() & DQ_PR_nullability)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 832 ObjCPropertyAttributeKind getPropertyAttributes() const {
842 (getPropertyAttributes() & DQ_PR_nullability)) &&
849 (getPropertyAttributes() & DQ_PR_nullability)) &&
856 (getPropertyAttributes() & DQ_PR_nullability)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 832 ObjCPropertyAttributeKind getPropertyAttributes() const {
842 (getPropertyAttributes() & DQ_PR_nullability)) &&
849 (getPropertyAttributes() & DQ_PR_nullability)) &&
856 (getPropertyAttributes() & DQ_PR_nullability)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 832 ObjCPropertyAttributeKind getPropertyAttributes() const {
842 (getPropertyAttributes() & DQ_PR_nullability)) &&
849 (getPropertyAttributes() & DQ_PR_nullability)) &&
856 (getPropertyAttributes() & DQ_PR_nullability)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 832 ObjCPropertyAttributeKind getPropertyAttributes() const {
842 (getPropertyAttributes() & DQ_PR_nullability)) &&
849 (getPropertyAttributes() & DQ_PR_nullability)) &&
856 (getPropertyAttributes() & DQ_PR_nullability)) &&
    [all...]

Completed in 871 milliseconds

1 2