Home
last modified time | relevance | path

Searched defs:isSynthesized (Results 1 – 7 of 7) sorted by relevance

/external/doclava/doclet_adapter/src/main/java/com/sun/javadoc/
DAnnotationDesc.java66 boolean isSynthesized(); in isSynthesized() method
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
DAnnotationDescImpl.java70 public boolean isSynthesized() { in isSynthesized() method in AnnotationDescImpl
/external/kotlinpoet/interop/kotlinx-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/
DFlags.kt210 public val KmFunction.isSynthesized: Boolean get() = flags.isSynthesizedFunction constant
282 public val KmProperty.isSynthesized: Boolean get() = Flag.Property.IS_SYNTHESIZED(flags) constant
/external/cronet/third_party/boringssl/src/util/fipstools/delocate/
Ddelocate.go1732 func isSynthesized(symbol string) bool { func
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go1732 func isSynthesized(symbol string) bool { func
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt118 override fun isSynthesized(): Boolean = false in annotationType() method in AnnotationDescAdapter
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp255 ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes()
2107 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() local