Home | History | Annotate | Download | only in translation_unit

Lines Matching refs:string

18 #include <string>
40 using std::string;
48 string* main_source_file,
49 set<string>* source_file_paths,
55 void AddFile(const string& path);
68 string DoubleSlashSystemHeaders(const string& search_path,
69 const string& relative_path) const;
72 string* const main_source_file_;
73 set<string>* const source_file_paths_;
74 set<string> system_header_prefixes_;
77 string last_inclusion_directive_;
79 stack<string> current_files_;
84 string* main_source_file,
85 set<string>* source_file_paths,
134 void IncludeFinderPPCallbacks::AddFile(const string& path) {
166 string parent =
187 string IncludeFinderPPCallbacks::DoubleSlashSystemHeaders(
188 const string& search_path,
189 const string& relative_path) const {
221 string main_source_file_;
223 set<string> source_file_paths_;
253 for (const string& path : source_file_paths_) {