Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h2636 bool CastConsistency() const;
2670 assert(CastConsistency()); in CastExpr()
/external/clang/lib/AST/
DExpr.cpp1485 bool CastExpr::CastConsistency() const { in CastConsistency() function in CastExpr