Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/Rewrite/
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()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp85 const IncludedFile *FindIncludeAtLocation(SourceLocation Loc) const;
197 InclusionRewriter::FindIncludeAtLocation(SourceLocation Loc) const { in FindIncludeAtLocation() function in InclusionRewriter
457 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) { in Process()