Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1970 auto IsSep = [Separator](StringRef Component) { in trySimplifyPath() local
1984 if (!IsSep(Component) && !IsSep(*RealPathComponentIter) && in trySimplifyPath()
2577 const auto IsSep = [BackslashStyle](char c) { in HandleHeaderIncludeOrImport() local
2593 if (!(Component.size() == 1 && IsSep(Component[0]))) in HandleHeaderIncludeOrImport()
2603 assert(IsSep(NameWithoriginalSlashes[Path.size()-1])); in HandleHeaderIncludeOrImport()
2607 IsSep(NameWithoriginalSlashes[Path.size()-1])); in HandleHeaderIncludeOrImport()