Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1592 bool SuggestReplacement = false; in trySimplifyPath() local
1606 SuggestReplacement = RealPathComponentIter->equals_lower(Component); in trySimplifyPath()
1607 if (!SuggestReplacement) in trySimplifyPath()
1614 return SuggestReplacement; in trySimplifyPath()