Searched refs:getIncludedFileName (Results 1 – 1 of 1) sorted by relevance
96 StringRef getIncludedFileName(const IncludedFile *Inc) const;317 InclusionRewriter::getIncludedFileName(const IncludedFile *Inc) const { in getIncludedFileName() function in InclusionRewriter353 OS << "/* " << getIncludedFileName(Inc); in CommentOutDirective()362 OS << (Inc ? "#else /* " : "#endif /*") << getIncludedFileName(Inc) in CommentOutDirective()449 OS << "#endif /* " << getIncludedFileName(Inc) in Process()