Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1816 SmallString<128> NormalizedTypoCorrectionPath; in HandleIncludeDirective() local
1818 NormalizedTypoCorrectionPath = TypoCorrectionName.str(); in HandleIncludeDirective()
1820 llvm::sys::path::native(NormalizedTypoCorrectionPath); in HandleIncludeDirective()
1825 LangOpts.MSVCCompat ? NormalizedTypoCorrectionPath.c_str() in HandleIncludeDirective()