Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp1649 bool SuggestReplacement = false; in trySimplifyPath() local
1663 SuggestReplacement = RealPathComponentIter->equals_lower(Component); in trySimplifyPath()
1664 if (!SuggestReplacement) in trySimplifyPath()
1671 return SuggestReplacement; in trySimplifyPath()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp1622 bool SuggestReplacement = false; in trySimplifyPath() local
1636 SuggestReplacement = RealPathComponentIter->equals_lower(Component); in trySimplifyPath()
1637 if (!SuggestReplacement) in trySimplifyPath()
1644 return SuggestReplacement; in trySimplifyPath()