Home
last modified time | relevance | path

Searched refs:RemovalLocs (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp4118 SmallVector<SourceLocation, 4> RemovalLocs; in GetFullTypeForDeclarator() local
4122 RemovalLocs.push_back(Chunk.Fun.getRefQualifierLoc()); in GetFullTypeForDeclarator()
4124 RemovalLocs.push_back(Chunk.Fun.getConstQualifierLoc()); in GetFullTypeForDeclarator()
4126 RemovalLocs.push_back(Chunk.Fun.getVolatileQualifierLoc()); in GetFullTypeForDeclarator()
4128 RemovalLocs.push_back(Chunk.Fun.getRestrictQualifierLoc()); in GetFullTypeForDeclarator()
4129 if (!RemovalLocs.empty()) { in GetFullTypeForDeclarator()
4130 std::sort(RemovalLocs.begin(), RemovalLocs.end(), in GetFullTypeForDeclarator()
4132 RemovalRange = SourceRange(RemovalLocs.front(), RemovalLocs.back()); in GetFullTypeForDeclarator()
4133 Loc = RemovalLocs.front(); in GetFullTypeForDeclarator()