Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTestBase.cpp132 std::vector<const char *> ArgsCStr; in buildTree() local
134 ArgsCStr.push_back(arg.c_str()); in buildTree()
137 Invocation = createInvocationFromCommandLine(ArgsCStr, Diags, FS); in buildTree()