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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DTypeLocBuilder.cpp10 // This files defines TypeLocBuilder, a class for building TypeLocs
23 SmallVector<TypeLoc, 4> TypeLocs; local
26 TypeLocs.push_back(CurTL);
30 for (unsigned i = 0, e = TypeLocs.size(); i < e; ++i) {
31 TypeLoc CurTL = TypeLocs[e-i-1];
85 // needs to be valid. Partial TypeLocs are a terrible idea.

Completed in 48 milliseconds