Searched refs:Annotation (Results 1 – 12 of 12) sorted by relevance
72 Annotation::Annotation(const std::string& name, AnnotationParamVector* params) in Annotation() function in android::Annotation75 std::string Annotation::name() const { in name()79 const AnnotationParamVector &Annotation::params() const { in params()83 const AnnotationParam *Annotation::getParam(const std::string &name) const { in getParam()93 void Annotation::dump(Formatter &out) const { in dump()
62 struct Annotation { struct63 Annotation(const std::string& name, AnnotationParamVector* params);75 DISALLOW_COPY_AND_ASSIGN(Annotation);
30 struct Annotation;61 const std::vector<Annotation*>& annotations() const;63 void setAnnotations(std::vector<Annotation*>* annotations);94 std::vector<Annotation*> mAnnotations;
37 struct Annotation;57 std::vector<Annotation*>* annotations, const Location& location);68 const std::vector<Annotation *> &annotations() const;117 std::vector<Annotation *> *mAnnotations;
63 for (const Annotation* annotation : annotations()) { in validateAnnotations()127 const std::vector<Annotation*>& Scope::annotations() const { in annotations()131 void Scope::setAnnotations(std::vector<Annotation*>* annotations) { in setAnnotations()
37 std::vector<Annotation*>* annotations, const Location& location) in Method()73 const std::vector<Annotation *> &Method::annotations() const { in annotations()
82 "Annotation.cpp",
20 #include "Annotation.h"336 android::Annotation *annotation;337 std::vector<android::Annotation *> *annotations;398 $$ = new std::vector<Annotation *>;410 $$ = new Annotation($2, $3);
115 for (const Annotation* annotation : annotations()) { in validateAnnotations()664 const Annotation *EnumType::findExportAnnotation() const { in findExportAnnotation()682 const Annotation *annotation = findExportAnnotation(); in emitExportedHeader()
130 const Annotation *findExportAnnotation() const;
542 for (const Annotation* annotation : annotations()) { in validateAnnotations()556 for (const Annotation* annotation : method->annotations()) { in validateAnnotations()
32 #include "Annotation.h"