Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h317 unsigned getLocalDataSize() const { in getLocalDataSize() function
395 unsigned getLocalDataSize() const { in getLocalDataSize() function
405 if (asDerived()->getLocalDataSize() == 0) return; in copyLocal()
450 data += asDerived()->getLocalDataSize(); in getNonLocalData()
1134 unsigned getLocalDataSize() const { return 0; } in getLocalDataSize() function
1252 unsigned getLocalDataSize() const { in getLocalDataSize() function
2377 unsigned getLocalDataSize() const { in getLocalDataSize() function
2378 return !isEmpty() ? ConcreteTypeLoc::getLocalDataSize() : 0; in getLocalDataSize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp36 memcpy(NewTL.getOpaqueData(), CurTL.getOpaqueData(), NewTL.getLocalDataSize()); \ in pushFullCopy()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp86 return TyLoc.getLocalDataSize(); \