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

  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.cpp 26 base_paths_(0) {}
31 delete base_paths_;
87 if (base_paths_)
90 base_paths_ = new CXXBasePaths(true, true, false);
100 is_gc_derived_ = record_->lookupInBases(IsGCBaseCallback, 0, *base_paths_);
107 for (CXXBasePaths::paths_iterator it = base_paths_->begin();
108 it != base_paths_->end();
121 if (!IsGCDerived() || base_paths_->begin() == base_paths_->end())
123 for (CXXBasePaths::paths_iterator it = base_paths_->begin()
    [all...]
RecordInfo.h 131 clang::CXXBasePaths* base_paths_; member in class:RecordInfo

Completed in 132 milliseconds