Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp634 SmallString<32> NativeSourcePath(SourcePath); in parseInvocationList() local
635 llvm::sys::path::native(NativeSourcePath, PathStyle); in parseInvocationList()
637 StringRef InvocationKey = NativeSourcePath; in parseInvocationList()