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/cronet/stable/third_party/boringssl/src/util/fipstools/delocate/
Ddelocate.go1806 func isSynthesized(symbol string) bool { func
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go1810 func isSynthesized(symbol string) bool { func
/external/cronet/tot/third_party/boringssl/src/util/fipstools/delocate/
Ddelocate.go1806 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