Home
last modified time | relevance | path

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

/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Diwyu_path_util.cc181 const string& includer_path) { in ConvertToQuotedInclude() argument
183 CHECK_(includer_path.empty() || IsAbsolutePath(includer_path)); in ConvertToQuotedInclude()
210 if (!includer_path.empty()) in ConvertToQuotedInclude()
211 StripPathPrefix(&path, NormalizeDirPath(includer_path)); in ConvertToQuotedInclude()
H A Diwyu_preprocessor.cc413 const string includer_path = GetFilePath(includer); in MaybeProtectInclude() local
414 const string quoted_includer = ConvertToQuotedInclude(includer_path); in MaybeProtectInclude()
415 MappedInclude map_to(quoted_includer, includer_path); in MaybeProtectInclude()
464 const string includer_path = GetFilePath(it->first); in ProtectReexportIncludes() local
467 if (GlobalIncludePicker().HasMapping(includee_path, includer_path)) { in ProtectReexportIncludes()
470 ERRSYM(it->first) << "Marked dep: " << includer_path << " needs to keep" in ProtectReexportIncludes()
H A Diwyu_path_util.h82 const string& includer_path = "");