Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp570 const InvocationListTy::mapped_type &InvocationCommand = Invocation->second; in loadFromSource() local
572 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource()
573 std::transform(InvocationCommand.begin(), InvocationCommand.end(), in loadFromSource()