Home
last modified time | relevance | path

Searched defs:applyRewrite (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objabi/
Dline.go84 func applyRewrite(path, rewrite string) (string, bool) { func
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
H A DMain.java289 private static CompilationUnit applyRewrite(Object documentId, ASTParser parser, in applyRewrite() method in Main.CompilationUnitHandler
/aosp_15_r20/external/clang/lib/Edit/
H A DEditedSource.cpp364 static void applyRewrite(EditsReceiver &receiver, in applyRewrite() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Drewrite.go35 func applyRewrite(f *Func, rb blockRewriter, rv valueRewriter, deadcode deadValueChoice) { func