Home | History | Annotate | Download | only in libclang

Lines Matching defs:AA

3265     const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C));
3266 return cxstring::createDup(AA->getAnnotation());
3270 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C));
3271 return cxstring::createDup(AA->getLabel());