OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rewriteFile
(Results
1 - 3
of
3
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/gofmt/
rewrite.go
31
rewrite = func(p *ast.File) *ast.File { return
rewriteFile
(pattern, replace, p) }
56
//
rewriteFile
applies the rewrite rule 'pattern -> replace' to an entire file.
57
func
rewriteFile
(pattern, replace ast.Expr, p *ast.File) *ast.File {
/prebuilts/go/linux-x86/src/cmd/gofmt/
rewrite.go
31
rewrite = func(p *ast.File) *ast.File { return
rewriteFile
(pattern, replace, p) }
56
//
rewriteFile
applies the rewrite rule 'pattern -> replace' to an entire file.
57
func
rewriteFile
(pattern, replace ast.Expr, p *ast.File) *ast.File {
/bionic/tools/versioner/src/
Preprocessor.cpp
393
static void
rewriteFile
(const std::string& output_path, std::deque<std::string>& file_lines,
500
rewriteFile
(output_path, file_lines[file_path], guard_map);
Completed in 2238 milliseconds