OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PickTrueBranch
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Tooling/
RefactoringCallbacks.cpp
63
bool
PickTrueBranch
)
64
: Id(Id),
PickTrueBranch
(
PickTrueBranch
) {}
69
const Stmt *Body =
PickTrueBranch
? Node->getThen() : Node->getElse();
72
} else if (!
PickTrueBranch
) {
/external/clang/include/clang/Tooling/
RefactoringCallbacks.h
76
/// \c
PickTrueBranch
is true.
79
ReplaceIfStmtWithItsBody(StringRef Id, bool
PickTrueBranch
);
84
const bool
PickTrueBranch
;
Completed in 2874 milliseconds