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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DTypeLocBuilder.cpp24 TypeLoc CurTL = L; local
25 while (CurTL) {
26 TypeLocs.push_back(CurTL);
27 CurTL = CurTL.getNextTypeLoc();
31 TypeLoc CurTL = TypeLocs[e-i-1]; local
32 switch (CurTL.getTypeLocClass()) {
36 CLASS##TypeLoc NewTL = push<class CLASS##TypeLoc>(CurTL.getType()); \
37 memcpy(NewTL.getOpaqueData(), CurTL.getOpaqueData(), NewTL.getLocalDataSize()); \

Completed in 41 milliseconds