Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp2821 const CStyleCastExpr *CStyleCE = cast<CStyleCastExpr>(this); in isUnusedResultAWarning() local
2822 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
2823 R1 = CStyleCE->getSubExpr()->getSourceRange(); in isUnusedResultAWarning()