Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.cpp138 std::vector<const char *> ArgsCStr; in buildTree() local
140 ArgsCStr.push_back(arg.c_str()); in buildTree()
146 Invocation = createInvocation(ArgsCStr, std::move(CIOpts)); in buildTree()