Home
last modified time | relevance | path

Searched refs:propertyKind (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/
DChromePass.java140 private Node getTypeByCrPropertyKind(Node propertyKind) { in getTypeByCrPropertyKind() argument
141 if (propertyKind == null || propertyKind.matchesQualifiedName("cr.PropertyKind.JS")) { in getTypeByCrPropertyKind()
144 if (propertyKind.matchesQualifiedName("cr.PropertyKind.ATTR")) { in getTypeByCrPropertyKind()
147 if (propertyKind.matchesQualifiedName("cr.PropertyKind.BOOL_ATTR")) { in getTypeByCrPropertyKind()
150 compiler.report(JSError.make(propertyKind, CR_DEFINE_PROPERTY_INVALID_PROPERTY_KIND, in getTypeByCrPropertyKind()
151 propertyKind.getQualifiedName())); in getTypeByCrPropertyKind()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp67 ObjCPropertyDecl::PropertyAttributeKind propertyKind in checkARCPropertyDecl() local
76 = getImpliedARCOwnership(propertyKind, property->getType()); in checkARCPropertyDecl()