Searched defs:Annotation (Results 1 – 9 of 9) sorted by relevance
32 Annotation(Program *program, const std::string &name) : Entity(program, name) {} in Annotation() function
99 …Annotation(AbckitCoreAnnotation *ann, const ApiConfig *conf, const File *file) : ViewInResource(an… in Annotation() function
706 For an annotation with *retention policy* (see :ref:`Retention Annotation`)
1254 .. _Function, Method and Constructor Overloading:
50 class Annotation; variable63 class Annotation; variable
39 explicit Annotation(Expression *expr) : Statement(AstNodeType::ANNOTATION), expr_(expr) in Annotation() function
34 inline Annotation::Annotation(const core::Annotation &coreOther) : core::Annotation(coreOther), tar… in Annotation() function
614 ### Annotation subsection
523 ### Annotation subsection