Searched defs:FindIncludeAtLocation (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp85 const IncludedFile *FindIncludeAtLocation(SourceLocation Loc) const;
197 InclusionRewriter::FindIncludeAtLocation(SourceLocation Loc) const { function in class:InclusionRewriter
457 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) {

Completed in 77 milliseconds