Home
last modified time | relevance | path

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

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