Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp32 struct FileChange { struct in __anonc68f12f40111::InclusionRewriter
37 FileChange(SourceLocation From, const Module *Mod) : Mod(Mod), From(From) { in FileChange() function
46 typedef std::map<unsigned, FileChange> FileChangeMap;
87 const FileChange *FindFileChangeLocation(SourceLocation Loc) const;
186 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc, Imported))); in InclusionDirective()
194 const InclusionRewriter::FileChange *
395 if (const FileChange *Change = FindFileChangeLocation( in Process()