Home
last modified time | relevance | path

Searched defs:IgnoreImplicit (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h692 Expr *IgnoreImplicit() LLVM_READONLY { in IgnoreImplicit() function
696 const Expr *IgnoreImplicit() const LLVM_READONLY { in IgnoreImplicit() function
/external/clang/lib/AST/
DStmt.cpp95 Stmt *Stmt::IgnoreImplicit() { in IgnoreImplicit() function in Stmt