HomeSort by: relevance | last modified time | path
    Searched defs:IgnoreCasts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 2840 Expr *Expr::IgnoreCasts() {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 826 Expr *IgnoreCasts() LLVM_READONLY;
827 const Expr *IgnoreCasts() const {
828 return const_cast<Expr *>(this)->IgnoreCasts();
880 /// * What IgnoreCasts() skips
896 /// * What IgnoreCasts() skips, except that only lvalue-to-rvalue

Completed in 21 milliseconds