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

  /external/clang/lib/Sema/
TypeLocBuilder.cpp 37 memcpy(NewTL.getOpaqueData(), CurTL.getOpaqueData(), NewTL.getLocalDataSize()); \
TypeLocBuilder.h 98 size_t LocalSize = Loc.getLocalDataSize();
  /external/clang/include/clang/AST/
TypeLoc.h 277 unsigned getLocalDataSize() const {
353 unsigned getLocalDataSize() const {
363 if (asDerived()->getLocalDataSize() == 0) return;
408 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
TypeLoc.h 284 unsigned getLocalDataSize() const {
360 unsigned getLocalDataSize() const {
370 if (asDerived()->getLocalDataSize() == 0) return;
415 data += asDerived()->getLocalDataSize();
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 69 return TyLoc.getLocalDataSize(); \

Completed in 135 milliseconds