Home
last modified time | relevance | path

Searched refs:IgnoreUnlessSpelledInSource (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DParentMapContext.cpp40 return E->IgnoreUnlessSpelledInSource(); in traverseIgnored()
153 if (RWBO->getLHS()->IgnoreUnlessSpelledInSource() != ChildExpr && in getParents()
154 RWBO->getRHS()->IgnoreUnlessSpelledInSource() != ChildExpr) in getParents()
DExpr.cpp2981 Expr *Expr::IgnoreUnlessSpelledInSource() { in IgnoreUnlessSpelledInSource() function in Expr
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h131 S = E->IgnoreUnlessSpelledInSource();
DExpr.h803 Expr *IgnoreUnlessSpelledInSource();
804 const Expr *IgnoreUnlessSpelledInSource() const { in IgnoreUnlessSpelledInSource() function
805 return const_cast<Expr *>(this)->IgnoreUnlessSpelledInSource(); in IgnoreUnlessSpelledInSource()