Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h751 Expr *IgnoreConversionOperator() LLVM_READONLY;
753 const Expr *IgnoreConversionOperator() const LLVM_READONLY { in IgnoreConversionOperator() function
754 return const_cast<Expr*>(this)->IgnoreConversionOperator(); in IgnoreConversionOperator()
/external/clang/lib/AST/
DExpr.cpp2435 Expr *Expr::IgnoreConversionOperator() { in IgnoreConversionOperator() function in Expr
/external/clang/lib/Sema/
DSemaExpr.cpp6918 E = E->IgnoreConversionOperator(); in IsArithmeticBinaryExpr()