Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTypeLocBuilder.h98 size_t LocalSize = Loc.getLocalDataSize(); in push()
DTypeLocBuilder.cpp37 memcpy(NewTL.getOpaqueData(), CurTL.getOpaqueData(), NewTL.getLocalDataSize()); \ in pushFullCopy()
/external/clang/include/clang/AST/
DTypeLoc.h277 unsigned getLocalDataSize() const { in getLocalDataSize() function
353 unsigned getLocalDataSize() const { in getLocalDataSize() function
363 if (asDerived()->getLocalDataSize() == 0) return; in copyLocal()
408 data += asDerived()->getLocalDataSize(); in getNonLocalData()
1086 unsigned getLocalDataSize() const { in getLocalDataSize() function
/external/clang/lib/AST/
DTypeLoc.cpp69 return TyLoc.getLocalDataSize(); \