Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp598 const InvocationListTy::mapped_type &InvocationCommand = Invocation->second; in loadFromSource() local
600 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource()
601 std::transform(InvocationCommand.begin(), InvocationCommand.end(), in loadFromSource()