Searched refs:getIncludedFileName (Results 1 – 1 of 1) sorted by relevance
97 StringRef getIncludedFileName(const IncludedFile *Inc) const;319 InclusionRewriter::getIncludedFileName(const IncludedFile *Inc) const { in getIncludedFileName() function in InclusionRewriter355 OS << "/* " << getIncludedFileName(Inc); in CommentOutDirective()364 OS << (Inc ? "#else /* " : "#endif /*") << getIncludedFileName(Inc) in CommentOutDirective()451 OS << "#endif /* " << getIncludedFileName(Inc) in Process()