Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp97 StringRef getIncludedFileName(const IncludedFile *Inc) const;
319 InclusionRewriter::getIncludedFileName(const IncludedFile *Inc) const { in getIncludedFileName() function in InclusionRewriter
355 OS << "/* " << getIncludedFileName(Inc); in CommentOutDirective()
364 OS << (Inc ? "#else /* " : "#endif /*") << getIncludedFileName(Inc) in CommentOutDirective()
451 OS << "#endif /* " << getIncludedFileName(Inc) in Process()