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.h258 unsigned getLocalDataSize() const { function in class:clang::QualifiedTypeLoc
334 unsigned getLocalDataSize() const { function in class:clang::ConcreteTypeLoc
375 data += asDerived()->getLocalDataSize();
1004 unsigned getLocalDataSize() const {
/external/clang/lib/AST/
H A DTypeLoc.cpp67 return TyLoc.getLocalDataSize(); \

Completed in 461 milliseconds