Searched refs:RemovalLocs (Results 1 – 1 of 1) sorted by relevance
5761 SmallVector<SourceLocation, 4> RemovalLocs; in GetFullTypeForDeclarator() local5766 RemovalLocs.push_back(Chunk.Fun.getRefQualifierLoc()); in GetFullTypeForDeclarator()5771 SourceLocation SL) { RemovalLocs.push_back(SL); }); in GetFullTypeForDeclarator()5773 if (!RemovalLocs.empty()) { in GetFullTypeForDeclarator()5774 llvm::sort(RemovalLocs, in GetFullTypeForDeclarator()5776 RemovalRange = SourceRange(RemovalLocs.front(), RemovalLocs.back()); in GetFullTypeForDeclarator()5777 Loc = RemovalLocs.front(); in GetFullTypeForDeclarator()