Home
last modified time | relevance | path

Searched refs:InPlace (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h30 FixItOptions() : InPlace(false), FixWhatYouCan(false), in FixItOptions()
46 bool InPlace; variable
/external/libchrome/base/
Dbase64_unittest.cc27 TEST(Base64Test, InPlace) { in TEST() argument
/external/clang/lib/Frontend/Rewrite/
DFixItRewriter.cpp84 if (FixItOpts->InPlace) { in WriteFixedFiles()
DFrontendActions.cpp52 FixItRewriteInPlace() { InPlace = true; } in FixItRewriteInPlace()