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

/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp42 FileChangeMap FileChanges; /// Tracks which files were included where. member in class:__anon3694::InclusionRewriter
43 /// Used transitively for building up the FileChanges mapping over the
85 LastInsertedFileChange(FileChanges.end()) {
127 if (LastInsertedFileChange == FileChanges.end())
132 LastInsertedFileChange = FileChanges.end();
140 assert(LastInsertedFileChange != FileChanges.end() && "A file, that wasn't "
142 FileChanges.erase(LastInsertedFileChange);
143 LastInsertedFileChange = FileChanges.end();
159 assert(LastInsertedFileChange == FileChanges.end() && "Another inclusion "
161 std::pair<FileChangeMap::iterator, bool> p = FileChanges
[all...]

Completed in 36 milliseconds