HomeSort by relevance Sort by last modified time
    Searched refs:IgnoreImpCasts (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 150 if (Expr *base = CME->getBase()->IgnoreImpCasts())
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 66 const Expr* Expr = FullExpr->IgnoreImpCasts();
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 260 E = E->IgnoreImpCasts();
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 890 const Expr* Expr = FullExpr->IgnoreImpCasts();
    [all...]
  /external/clang/include/clang/AST/
Expr.h 681 /// IgnoreImpCasts - Skip past any implicit casts which might
683 Expr *IgnoreImpCasts() LLVM_READONLY;
760 const Expr *IgnoreImpCasts() const LLVM_READONLY {
761 return const_cast<Expr*>(this)->IgnoreImpCasts();
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 370 return InnerMatcher.matches(*Node.IgnoreImpCasts(), Finder, Builder);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 237 milliseconds