Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Tooling/
DASTSelectionTest.cpp577 const auto &CCast = checkNode<CStyleCastExpr>( in TEST() local
581 CCast.Children[0], SourceSelectionKind::ContainsSelection, in TEST()
621 const auto &CCast = checkNode<CStyleCastExpr>( in TEST() local
625 CCast.Children[0], SourceSelectionKind::ContainsSelection, in TEST()
/external/clang/lib/Sema/
DSemaChecking.cpp5257 if (const CStyleCastExpr *CCast = dyn_cast<CStyleCastExpr>(E)) { in checkFormatExpr() local
5259 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc()); in checkFormatExpr()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8744 if (const CStyleCastExpr *CCast = dyn_cast<CStyleCastExpr>(E)) { in checkFormatExpr() local
8746 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc()); in checkFormatExpr()