Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h318 unsigned getLocalDataSize() const { in getLocalDataSize() function
396 unsigned getLocalDataSize() const { in getLocalDataSize() function
407 if (asDerived()->getLocalDataSize() == 0) return; in copyLocal()
452 data += asDerived()->getLocalDataSize(); in getNonLocalData()
971 unsigned getLocalDataSize() const { in getLocalDataSize() function
1186 unsigned getLocalDataSize() const { return 0; } in getLocalDataSize() function
1304 unsigned getLocalDataSize() const { in getLocalDataSize() function
2433 unsigned getLocalDataSize() const { in getLocalDataSize() function
2434 return !isEmpty() ? ConcreteTypeLoc::getLocalDataSize() : 0; in getLocalDataSize()
/freebsd/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/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp87 return TyLoc.getLocalDataSize(); \