reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/refactor/tweaks/SwapIfBranches.cpp
   52        N && !If; N = N->Parent) {
   52        N && !If; N = N->Parent) {
   52        N && !If; N = N->Parent) {
   54     if (dyn_cast_or_null<CompoundStmt>(N->ASTNode.get<Stmt>()))
   56     If = dyn_cast_or_null<IfStmt>(N->ASTNode.get<Stmt>());