HomeSort by relevance Sort by last modified time
    Searched defs:Property (Results 26 - 50 of 52) sorted by null

12 3

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 1 //===--- SemaObjCProperty.cpp - Semantic Analysis for ObjC @property ------===//
10 // This file implements semantic analysis for Objective C @property and
33 /// getImpliedARCOwnership - Given a set of property attributes and a
55 // property type.
64 /// Check the internal consistency of a property declaration.
65 static void checkARCPropertyDecl(Sema &S, ObjCPropertyDecl *property) {
66 if (property->isInvalidDecl()) return;
69 = property->getPropertyAttributes();
71 = property->getType().getObjCLifetime();
77 = getImpliedARCOwnership(propertyKind, property->getType())
870 ObjCPropertyDecl *property = 0; local
1543 ObjCPropertyDecl *property = *P; local
    [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 487 MSPropertyDecl *Property = new (SemaRef.Context)
493 SemaRef.InstantiateAttrs(TemplateArgs, D, Property, LateAttrs,
497 Property->setInvalidDecl();
499 Property->setAccess(D->getAccess());
500 Owner->addDecl(Property);
502 return Property;
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 306 /// The Objective-C property callback. This should be defined where
340 // Install the property declarator into interfaceDecl.
356 Decl *Property =
363 Props.push_back(Property);
365 FD.complete(Property);
374 /// objc-interface-decl-list objc-property-decl [OBJC2]
504 // Parse property attribute list, if any.
543 /// Parse property attribute declarations.
545 /// property-attr-decl: '(' property-attrlist ')
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/v8/src/
ast.h 105 V(Property) \
323 // Symbols that cannot be parsed as array indices are considered property
324 // names. We do not treat symbols that can be array indexes as property
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/chromium_org/v8/src/
ast.h 110 V(Property) \
338 // Symbols that cannot be parsed as array indices are considered property
339 // names. We do not treat symbols that can be array indexes as property
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 235 milliseconds

12 3