Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CrossTU/
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()