HomeSort by relevance Sort by last modified time
    Searched refs:LocalData (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
TypeLoc.h 311 /// \tparam LocalData the structure type of local location data for
331 template <class Base, class Derived, class TypeClass, class LocalData>
350 return std::max(llvm::alignOf<LocalData>(),
354 unsigned size = sizeof(LocalData);
366 memcpy(getLocalData(), other.getLocalData(), sizeof(LocalData));
392 LocalData *getLocalData() const {
393 return static_cast<LocalData*>(Base::Data);
400 unsigned size = sizeof(LocalData);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118Dxe.c     [all...]

Completed in 1006 milliseconds