Searched refs:IsAnnotated (Results 1 – 2 of 2) sorted by relevance
101 public class IsAnnotated { class in AnnotationSpecTest119 String name = IsAnnotated.class.getCanonicalName(); in defaultAnnotation()156 String name = IsAnnotated.class.getCanonicalName(); in defaultAnnotationWithImport()159 TypeSpec.Builder typeBuilder = TypeSpec.classBuilder(IsAnnotated.class.getSimpleName()); in defaultAnnotationWithImport()244 String name = IsAnnotated.class.getCanonicalName(); in defaultAnnotationToBuilder()263 HasDefaultsAnnotation annotation = IsAnnotated.class.getAnnotation(HasDefaultsAnnotation.class); in reflectAnnotation()297 HasDefaultsAnnotation annotation = IsAnnotated.class.getAnnotation(HasDefaultsAnnotation.class); in reflectAnnotationWithDefaults()
153 static bool IsAnnotated(clang::Decl* decl, const std::string& anno) { in IsAnnotated() function159 return IsAnnotated(decl, "blink_stack_allocated"); in IsStackAnnotated()163 return IsAnnotated(decl, "blink_gc_plugin_ignore"); in IsIgnoreAnnotated()167 return IsAnnotated(decl, "blink_gc_plugin_ignore_cycle") || in IsIgnoreCycleAnnotated()