reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/HeaderSearch.cpp
 1766         if (PrefixLength > BestPrefixLength) {
 1767           BestPrefixLength = PrefixLength;
 1791       *IsSystem = BestPrefixLength ? I >= SystemDirIdx : false;
 1796   if (!BestPrefixLength && CheckDir(path::parent_path(MainFile)) && IsSystem)
 1800   return path::convert_to_slash(File.drop_front(BestPrefixLength));