Home | History | Annotate | Download | only in libclang

Lines Matching defs:AA

4249     const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C));
4250 return cxstring::createDup(AA->getAnnotation());
4254 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C));
4255 return cxstring::createDup(AA->getLabel());
4263 const VisibilityAttr *AA = cast<VisibilityAttr>(cxcursor::getCursorAttr(C));
4264 switch (AA->getVisibility()) {