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

/external/clang/lib/Sema/
H A DTypeLocBuilder.cpp37 memcpy(NewTL.getOpaqueData(), CurTL.getOpaqueData(), NewTL.getLocalDataSize()); \
H A DTypeLocBuilder.h98 size_t LocalSize = Loc.getLocalDataSize();
/external/clang/include/clang/AST/
H A DTypeLoc.h255 unsigned getLocalDataSize() const { function in class:clang::QualifiedTypeLoc
331 unsigned getLocalDataSize() const { function in class:clang::ConcreteTypeLoc
372 data += asDerived()->getLocalDataSize();
1003 unsigned getLocalDataSize() const {
/external/clang/lib/AST/
H A DTypeLoc.cpp67 return TyLoc.getLocalDataSize(); \

Completed in 93 milliseconds