Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2938 const CStyleCastExpr *CStyleCE = cast<CStyleCastExpr>(this); in isUnusedResultAWarning() local
2939 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
2940 R1 = CStyleCE->getSubExpr()->getSourceRange(); in isUnusedResultAWarning()