HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceIfStmtWithItsBody (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 77 class ReplaceIfStmtWithItsBody : public RefactoringCallback {
79 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 62 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id,
66 void ReplaceIfStmtWithItsBody::run(

Completed in 66 milliseconds