Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp94 const IncludedFile *FindIncludeAtLocation(SourceLocation Loc) const;
217 InclusionRewriter::FindIncludeAtLocation(SourceLocation Loc) const { in FindIncludeAtLocation() function in InclusionRewriter
411 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) { in Process()