Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h743 Expr *IgnoreConversionOperator() LLVM_READONLY;
745 const Expr *IgnoreConversionOperator() const LLVM_READONLY { in IgnoreConversionOperator() function
746 return const_cast<Expr*>(this)->IgnoreConversionOperator(); in IgnoreConversionOperator()
/external/clang/lib/AST/
DExpr.cpp2588 Expr *Expr::IgnoreConversionOperator() { in IgnoreConversionOperator() function in Expr
/external/clang/lib/Sema/
DSemaExpr.cpp6530 E = E->IgnoreConversionOperator(); in IsArithmeticBinaryExpr()