Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp231 SmallString<1024> CodeStorage; in runToolOnCodeWithArgs() local
234 Code.toNullTerminatedStringRef(CodeStorage))); in runToolOnCodeWithArgs()
/llvm-project-15.0.7/clang/unittests/Analysis/
H A DExprMutationAnalyzerTest.cpp34 SmallString<1024> CodeStorage; in buildASTFromCodeWithArgs() local
36 tooling::buildASTFromCodeWithArgs(Code.toStringRef(CodeStorage), Args); in buildASTFromCodeWithArgs()