Searched refs:FileChanges (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp47 FileChangeMap FileChanges; ///< Tracks which files were included where. member in class:__anon17971::InclusionRewriter
48 /// Used transitively for building up the FileChanges mapping over the
93 LastInsertedFileChange(FileChanges.end()) {
145 if (LastInsertedFileChange == FileChanges.end())
150 LastInsertedFileChange = FileChanges.end();
158 assert(LastInsertedFileChange != FileChanges.end() && "A file, that wasn't "
160 FileChanges.erase(LastInsertedFileChange);
161 LastInsertedFileChange = FileChanges.end();
178 assert(LastInsertedFileChange == FileChanges.end() && "Another inclusion "
180 std::pair<FileChangeMap::iterator, bool> p = FileChanges
[all...]

Completed in 426 milliseconds