Searched refs:AnnotatedNode (Results 1 – 2 of 2) sorted by relevance
117 return getMatchingAnnotations(new AnnotatedNode.DescriptionNode(description)); in getMatchingAnnotations()121 AnnotatedNode annotatedNode; in getMatchingAnnotations()123 annotatedNode = new AnnotatedNode.MethodNode((Method) annotatedElement); in getMatchingAnnotations()125 annotatedNode = new AnnotatedNode.ClassNode((Class) annotatedElement); in getMatchingAnnotations()147 private List<Annotation> getMatchingAnnotations(AnnotatedNode annotatedNode) { in getMatchingAnnotations()152 AnnotatedNode currentAnnotationLayer = annotatedNode; in getMatchingAnnotations()195 private static abstract class AnnotatedNode { class in AnnotationProcessingUtils197 abstract AnnotatedNode getParent(); in getParent()201 static class DescriptionNode extends AnnotatedNode {210 AnnotatedNode getParent() { in getParent()[all …]
63 auto *AnnotatedNode = nodeByRange(AnnotatedRanges[i], Root); in treeDumpEqualOnAnnotations() local64 assert(AnnotatedNode); in treeDumpEqualOnAnnotations()66 StringRef(AnnotatedNode->dump(Arena->getSourceManager())) in treeDumpEqualOnAnnotations()