Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp96 const IncludedFile *FindIncludeAtLocation(SourceLocation Loc) const;
210 InclusionRewriter::FindIncludeAtLocation(SourceLocation Loc) const { in FindIncludeAtLocation() function in InclusionRewriter
478 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) { in Process()