Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPLexerChange.cpp322 const StringRef ControllingMacroName = ControllingMacro->getName(); in HandleEndOfFile() local
324 const size_t MaxHalfLength = std::max(ControllingMacroName.size(), in HandleEndOfFile()
326 const unsigned ED = ControllingMacroName.edit_distance( in HandleEndOfFile()
/external/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp350 const StringRef ControllingMacroName = ControllingMacro->getName(); in HandleEndOfFile() local
352 const size_t MaxHalfLength = std::max(ControllingMacroName.size(), in HandleEndOfFile()
354 const unsigned ED = ControllingMacroName.edit_distance( in HandleEndOfFile()