Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp8715 if (const RecordType *LHSRT = LHSTy->getAs<RecordType>()) { // C99 6.5.15p3 in CheckConditionalOperands() local
8717 if (LHSRT->getDecl() == RHSRT->getDecl()) in CheckConditionalOperands()