HomeSort by relevance Sort by last modified time
    Searched refs:FixItSuffix (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 92 if (!FEOpts.FixItSuffix.empty()) {
93 FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix,
  /external/clang/include/clang/Frontend/
FrontendOptions.h 173 std::string FixItSuffix;
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 632 Opts.FixItSuffix = A->getValue();
    [all...]

Completed in 1468 milliseconds