Home
last modified time | relevance | path

Searched refs:current_files_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/clang/translation_unit/
DTranslationUnitGenerator.cpp84 stack<string> current_files_; member in __anonf2a529c60111::IncludeFinderPPCallbacks
127 current_files_.push(last_inclusion_directive_); in FileChanged()
129 current_files_.push( in FileChanged()
134 current_files_.pop(); in FileChanged()
158 assert(!current_files_.top().empty()); in InclusionDirective()
163 .getFile(current_files_.top().c_str()) in InclusionDirective()
174 llvm::sys::path::parent_path(current_files_.top().c_str()).str(); in InclusionDirective()