Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp97 const IncludedFile *FindIncludeAtLocation(SourceLocation Loc) const;
225 InclusionRewriter::FindIncludeAtLocation(SourceLocation Loc) const { in FindIncludeAtLocation() function in InclusionRewriter
429 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) { in Process()