Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DMutations.h32 void removeStatement(syntax::Arena &A, syntax::Statement *S);
/external/llvm-project/clang/unittests/Tooling/Syntax/
DMutationsTest.cpp50 syntax::removeStatement(*Arena, S); in __anon90433d120202()
/external/llvm-project/clang/lib/Tooling/Syntax/
DMutations.cpp80 void syntax::removeStatement(syntax::Arena &A, syntax::Statement *S) { in removeStatement() function in syntax