Home | History | Annotate | Download | only in libclang

Lines Matching defs:AA

3342     const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C));
3343 return cxstring::createDup(AA->getAnnotation());
3347 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C));
3348 return cxstring::createDup(AA->getLabel());