Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp93 const IncludedFile *FindIncludeAtLocation(SourceLocation Loc) const;
220 InclusionRewriter::FindIncludeAtLocation(SourceLocation Loc) const { in FindIncludeAtLocation() function in InclusionRewriter
407 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) { in Process()