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.cpp1945 auto IsSep = [Separator](StringRef Component) { in trySimplifyPath() local
1959 if (!IsSep(Component) && !IsSep(*RealPathComponentIter) && in trySimplifyPath()
2543 const auto IsSep = [BackslashStyle](char c) { in HandleHeaderIncludeOrImport() local
2559 if (!(Component.size() == 1 && IsSep(Component[0]))) in HandleHeaderIncludeOrImport()
2569 assert(IsSep(NameWithoriginalSlashes[Path.size()-1])); in HandleHeaderIncludeOrImport()
2573 IsSep(NameWithoriginalSlashes[Path.size()-1])); in HandleHeaderIncludeOrImport()