HomeSort by: relevance | last modified time | path
    Searched refs:IgnoreExprNodes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
IgnoreExpr.h 33 template <typename... FnTys> Expr *IgnoreExprNodes(Expr *E, FnTys &&... Fns) {
43 const Expr *IgnoreExprNodes(const Expr *E, FnTys &&...Fns) {
44 return IgnoreExprNodes(const_cast<Expr *>(E), std::forward<FnTys>(Fns)...);
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 2837 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep);
2841 return IgnoreExprNodes(this, IgnoreCastsSingleStep);
2845 return IgnoreExprNodes(this, IgnoreImplicitSingleStep);
2849 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep);
2853 return IgnoreExprNodes(this, IgnoreParensSingleStep);
2857 return IgnoreExprNodes(this, IgnoreParensSingleStep,
2862 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep);
2874 return IgnoreExprNodes(this, IgnoreParensSingleStep,
2879 return IgnoreExprNodes(this, IgnoreParensSingleStep,
2905 return IgnoreExprNodes(this, IgnoreParensSingleStep
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 80 return IgnoreExprNodes(E, IgnoreImplicitSingleStep,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 609 return IgnoreExprNodes(E, IgnoreImplicitAsWrittenSingleStep,
625 return IgnoreExprNodes(const_cast<Expr *>(E), IgnoreParensSingleStep,

Completed in 92 milliseconds