Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2724 const CStyleCastExpr *CStyleCE = cast<CStyleCastExpr>(this); in isUnusedResultAWarning() local
2725 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
2726 R1 = CStyleCE->getSubExpr()->getSourceRange(); in isUnusedResultAWarning()