HomeSort by relevance Sort by last modified time
    Searched defs:IgnoreConversionOperator (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 584 /// IgnoreConversionOperator - Ignore conversion operator. If this Expr is a
586 Expr *IgnoreConversionOperator();
588 const Expr *IgnoreConversionOperator() const {
589 return const_cast<Expr*>(this)->IgnoreConversionOperator();
    [all...]

Completed in 46 milliseconds