Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3402 bool CastConsistency() const;
3421 assert(CastConsistency()); in CastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1689 bool CastExpr::CastConsistency() const { in CastConsistency() function in CastExpr