Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp79 static Expr *IgnoreImplicit(Expr *E) { in IgnoreImplicit() function
/external/clang/lib/AST/
DStmt.cpp96 Stmt *Stmt::IgnoreImplicit() { in IgnoreImplicit() function in Stmt
/external/clang/include/clang/AST/
DExpr.h724 Expr *IgnoreImplicit() LLVM_READONLY { in IgnoreImplicit() function
728 const Expr *IgnoreImplicit() const LLVM_READONLY { in IgnoreImplicit() function
/external/llvm-project/clang/lib/AST/
DExpr.cpp2762 Expr *Expr::IgnoreImplicit() { in IgnoreImplicit() function in Expr
/external/llvm-project/clang/include/clang/AST/
DExpr.h837 const Expr *IgnoreImplicit() const { in IgnoreImplicit() function