Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DSourceCodeBuildersTest.cpp27 static std::string wrapSnippet(StringRef StatementCode) { in wrapSnippet() argument
46 StatementCode + "};") in wrapSnippet()
68 static llvm::Optional<TestMatch> matchStmt(StringRef StatementCode, in matchStmt() argument
70 auto AstUnit = buildASTFromCodeWithArgs(wrapSnippet(StatementCode), in matchStmt()
H A DStencilTest.cpp34 StringRef StatementCode) { in wrapSnippet() argument
48 StatementCode + "};") in wrapSnippet()
71 static llvm::Optional<TestMatch> matchStmt(StringRef StatementCode, in matchStmt() argument
75 wrapSnippet(ExtraPreface, StatementCode), {"-Wno-unused-value"}); in matchStmt()