Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3501 bool CastConsistency() const;
3519 assert(CastConsistency()); in CastExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1821 bool CastExpr::CastConsistency() const { in CastConsistency() function in CastExpr