OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replacestmt
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/slang/
slang_rs_ast_replace.h
81
void
ReplaceStmt
(
slang_rs_ast_replace.cpp
25
void RSASTReplace::
ReplaceStmt
(
slang_rs_object_ref_count.h
94
void
ReplaceStmt
(const clang::ASTContext &C, clang::Stmt *NewStmt);
slang_rs_object_ref_count.cpp
[
all
...]
/external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp
127
Pass.TA.
replaceStmt
(*scope.Begin, "@autoreleasepool {");
142
Pass.TA.
replaceStmt
(*scope.Begin, "@autoreleasepool {");
143
Pass.TA.
replaceStmt
(*scope.End, "}");
Internals.h
68
void
replaceStmt
(Stmt *S, StringRef text);
TransformActions.cpp
140
void
replaceStmt
(Stmt *S, StringRef text);
350
void TransformActionsImpl::
replaceStmt
(Stmt *S, StringRef text) {
649
void TransformActions::
replaceStmt
(Stmt *S, StringRef text) {
650
static_cast<TransformActionsImpl*>(Impl)->
replaceStmt
(S, text);
/external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp
200
void
ReplaceStmt
(Stmt *Old, Stmt *New) {
[
all
...]
RewriteModernObjC.cpp
251
void
ReplaceStmt
(Stmt *Old, Stmt *New) {
[
all
...]
Completed in 948 milliseconds