Searched defs:RemovalLocs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp4160 SmallVector<SourceLocation, 4> RemovalLocs; local
4164 RemovalLocs.push_back(Chunk.Fun.getRefQualifierLoc());
4166 RemovalLocs.push_back(Chunk.Fun.getConstQualifierLoc());
4168 RemovalLocs.push_back(Chunk.Fun.getVolatileQualifierLoc());
4170 RemovalLocs.push_back(Chunk.Fun.getRestrictQualifierLoc());
4171 if (!RemovalLocs.empty()) {
4172 std::sort(RemovalLocs.begin(), RemovalLocs.end(),
4174 RemovalRange = SourceRange(RemovalLocs.front(), RemovalLocs
[all...]

Completed in 186 milliseconds