Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp2187 const CStyleCastExpr *CStyleCE = cast<CStyleCastExpr>(this); in isUnusedResultAWarning() local
2188 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
2189 R1 = CStyleCE->getSubExpr()->getSourceRange(); in isUnusedResultAWarning()