Home | History | Annotate | Download | only in AST

Lines Matching refs:getExtInfo

1335       getExtInfo()->TInfo = savedTInfo;
1338 getExtInfo()->QualifierLoc = QualifierLoc;
1342 if (getExtInfo()->NumTemplParamLists == 0) {
1344 TypeSourceInfo *savedTInfo = getExtInfo()->TInfo;
1346 getASTContext().Deallocate(getExtInfo());
1351 getExtInfo()->QualifierLoc = QualifierLoc;
1368 getExtInfo()->TInfo = savedTInfo;
1371 getExtInfo()->setTemplateParameterListsInfo(Context, NumTPLists, TPLists);
2913 getExtInfo()->QualifierLoc = QualifierLoc;
2917 if (getExtInfo()->NumTemplParamLists == 0) {
2918 getASTContext().Deallocate(getExtInfo());
2922 getExtInfo()->QualifierLoc = QualifierLoc;
2936 getExtInfo()->setTemplateParameterListsInfo(Context, NumTPLists, TPLists);