Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp8314 if (const RecordType *LHSRT = LHSTy->getAs<RecordType>()) { // C99 6.5.15p3 in CheckConditionalOperands() local
8316 if (LHSRT->getDecl() == RHSRT->getDecl()) in CheckConditionalOperands()