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

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

Completed in 2335 milliseconds