Searched refs:IncludedRealName (Results 1 – 2 of 2) sorted by relevance
159 llvm::StringRef IncludedRealName) { in recordInclude() argument161 if (!IncludedRealName.empty() && RealPathNames[Child].empty()) in recordInclude()162 RealPathNames[Child] = std::string(IncludedRealName); in recordInclude()
127 llvm::StringRef IncludedRealName);