Home
last modified time | relevance | path

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

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