Home
last modified time | relevance | path

Searched refs:parenE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp437 if (ParenExpr *parenE = dyn_cast_or_null<ParenExpr>(parent)) in tryRemoving() local
438 return tryRemoving(parenE); in tryRemoving()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp20125 if (ParenExpr *parenE = dyn_cast<ParenExpr>(E)) in CheckBooleanCondition() local
20126 DiagnoseEqualityWithExtraParens(parenE); in CheckBooleanCondition()