Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp22 SmallVector<TypeLoc, 4> TypeLocs; in pushFullCopy() local
25 TypeLocs.push_back(CurTL); in pushFullCopy()
29 for (unsigned i = 0, e = TypeLocs.size(); i < e; ++i) { in pushFullCopy()
30 TypeLoc CurTL = TypeLocs[e-i-1]; in pushFullCopy()
49 SmallVector<TypeLoc, 4> TypeLocs; in pushTrivial() local
51 TypeLocs.push_back(CurTL); in pushTrivial()
53 for (const auto &CurTL : llvm::reverse(TypeLocs)) { in pushTrivial()