Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h104 size_t LocalSize = Loc.getLocalDataSize(); in push()
H A DTypeLocBuilder.cpp36 memcpy(NewTL.getOpaqueData(), CurTL.getOpaqueData(), NewTL.getLocalDataSize()); \ in pushFullCopy()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h311 unsigned getLocalDataSize() const { in getLocalDataSize() function
389 unsigned getLocalDataSize() const { in getLocalDataSize() function
399 if (asDerived()->getLocalDataSize() == 0) return; in copyLocal()
444 data += asDerived()->getLocalDataSize(); in getNonLocalData()
1216 unsigned getLocalDataSize() const { in getLocalDataSize() function
2308 unsigned getLocalDataSize() const { in getLocalDataSize() function
2309 return !isEmpty() ? ConcreteTypeLoc::getLocalDataSize() : 0; in getLocalDataSize()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp86 return TyLoc.getLocalDataSize(); \