Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp2908 const CStyleCastExpr *CStyleCE = cast<CStyleCastExpr>(this); in isUnusedResultAWarning() local
2909 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
2910 R1 = CStyleCE->getSubExpr()->getSourceRange(); in isUnusedResultAWarning()