Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5489 SmallVector<SourceLocation, 4> RemovalLocs; in GetFullTypeForDeclarator() local
5494 RemovalLocs.push_back(Chunk.Fun.getRefQualifierLoc()); in GetFullTypeForDeclarator()
5499 SourceLocation SL) { RemovalLocs.push_back(SL); }); in GetFullTypeForDeclarator()
5501 if (!RemovalLocs.empty()) { in GetFullTypeForDeclarator()
5502 llvm::sort(RemovalLocs, in GetFullTypeForDeclarator()
5504 RemovalRange = SourceRange(RemovalLocs.front(), RemovalLocs.back()); in GetFullTypeForDeclarator()
5505 Loc = RemovalLocs.front(); in GetFullTypeForDeclarator()