Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTypeLocBuilder.h98 size_t LocalSize = Loc.getLocalDataSize(); in push()
H A DTypeLocBuilder.cpp37 memcpy(NewTL.getOpaqueData(), CurTL.getOpaqueData(), NewTL.getLocalDataSize()); \ in pushFullCopy()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h299 unsigned getLocalDataSize() const { in getLocalDataSize() function
377 unsigned getLocalDataSize() const { in getLocalDataSize() function
387 if (asDerived()->getLocalDataSize() == 0) return; in copyLocal()
432 data += asDerived()->getLocalDataSize(); in getNonLocalData()
1154 unsigned getLocalDataSize() const { in getLocalDataSize() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp84 return TyLoc.getLocalDataSize(); \