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

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DTypeLocBuilder.cpp23 TypeLoc CurTL = L; local
24 while (CurTL) {
25 TypeLocs.push_back(CurTL);
26 CurTL = CurTL.getNextTypeLoc();
30 TypeLoc CurTL = TypeLocs[e-i-1]; local
31 switch (CurTL.getTypeLocClass()) {
35 CLASS##TypeLoc NewTL = push<class CLASS##TypeLoc>(CurTL.getType()); \
36 memcpy(NewTL.getOpaqueData(), CurTL.getOpaqueData(), NewTL.getLocalDataSize()); \
50 for (auto CurTL
[all...]

Completed in 201 milliseconds