Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3478 bool CastConsistency() const;
3496 assert(CastConsistency()); in CastExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp1733 bool CastExpr::CastConsistency() const { in CastConsistency() function in CastExpr