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

  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 246 E = pseudoOp->getResultExpr()->IgnoreImplicit();
Transforms.cpp 235 S = S->IgnoreImplicit();
TransformActions.cpp 316 data.S = S->IgnoreImplicit(); // important for uniquing
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 659 cast<ObjCMessageExpr>(msg.get()->IgnoreImplicit());
    [all...]
Sema.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 86 Stmt *Stmt::IgnoreImplicit() {
DeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 391 Stmt *IgnoreImplicit();
    [all...]
Expr.h 588 /// IgnoreImplicit - Skip past any implicit AST nodes which might
590 Expr *IgnoreImplicit() LLVM_READONLY {
591 return cast<Expr>(Stmt::IgnoreImplicit());
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 324 milliseconds