Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTypeLocBuilder.cpp23 SmallVector<TypeLoc, 4> TypeLocs; in pushFullCopy() local
26 TypeLocs.push_back(CurTL); in pushFullCopy()
30 for (unsigned i = 0, e = TypeLocs.size(); i < e; ++i) { in pushFullCopy()
31 TypeLoc CurTL = TypeLocs[e-i-1]; in pushFullCopy()