Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp437 if (ParenExpr *parenE = dyn_cast_or_null<ParenExpr>(parent)) in tryRemoving() local
438 return tryRemoving(parenE); in tryRemoving()
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp433 if (ParenExpr *parenE = dyn_cast_or_null<ParenExpr>(parent)) in tryRemoving() local
434 return tryRemoving(parenE); in tryRemoving()
/external/clang/lib/Sema/
DSemaExpr.cpp14374 if (ParenExpr *parenE = dyn_cast<ParenExpr>(E)) in CheckBooleanCondition() local
14375 DiagnoseEqualityWithExtraParens(parenE); in CheckBooleanCondition()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp18645 if (ParenExpr *parenE = dyn_cast<ParenExpr>(E)) in CheckBooleanCondition() local
18646 DiagnoseEqualityWithExtraParens(parenE); in CheckBooleanCondition()