Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp96 StringRef getIncludedFileName(const IncludedFile *Inc) const;
317 InclusionRewriter::getIncludedFileName(const IncludedFile *Inc) const { in getIncludedFileName() function in InclusionRewriter
353 OS << "/* " << getIncludedFileName(Inc); in CommentOutDirective()
362 OS << (Inc ? "#else /* " : "#endif /*") << getIncludedFileName(Inc) in CommentOutDirective()
449 OS << "#endif /* " << getIncludedFileName(Inc) in Process()