Home | History | Annotate | Download | only in libclang

Lines Matching refs:SA

43   StrAdapter SA(this);
45 SA.toCStr(filename),
57 StrAdapter SA(this);
58 CXIdxMacroInfo MacroInfo = { getIndexLoc(Loc), SA.toCStr(Name) };
70 StrAdapter SA(this);
72 SA.toCStr(Name), 0 };
81 StrAdapter SA(this);
83 SA.toCStr(Name), 0 };
107 StrAdapter SA(this);
115 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
138 StrAdapter SA(this);
146 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
169 StrAdapter SA(this);
176 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
186 StrAdapter SA(this);
193 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
203 StrAdapter SA(this);
211 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
235 StrAdapter SA(this);
242 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
252 StrAdapter SA(this);
259 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
305 StrAdapter SA(this);
312 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
323 StrAdapter SA(this);
330 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
341 StrAdapter SA(this);
349 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
372 StrAdapter SA(this);
379 getIndexedEntityInfo(D, IdxEntityInfo, EntityInfo, DeclInfo, SA);
507 StrAdapter SA(this);
512 getEntityInfo(D, EntityInfo, SA);
631 StrAdapter &SA) {
632 getEntityInfo(D, EntityInfo, SA);
662 StrAdapter &SA) {
664 EntityInfo.name = SA.toCStr(II->getName());
670 unsigned Begin = SA.getCurSize();
672 llvm::raw_svector_ostream OS(SA.getBuffer());
675 EntityInfo.name = SA.getCStr(Begin);
678 unsigned Begin = SA.getCurSize();
679 bool Ignore = getDeclCursorUSR(D, SA.getBuffer());
683 EntityInfo.USR = SA.getCStr(Begin);