Searched refs:ClassifyInternal (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp26 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E);
40 Cl::Kinds kind = ClassifyInternal(Ctx, this);
108 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E) { function
212 return ClassifyInternal(Ctx, cast<ConstantExpr>(E)->getSubExpr());
216 return ClassifyInternal(Ctx,
225 return ClassifyInternal(Ctx, cast<ArraySubscriptExpr>(E)->getBase());
231 return ClassifyInternal(Ctx, Base);
237 return ClassifyInternal(Ctx, cast<MatrixSubscriptExpr>(E)->getBase());
261 return ClassifyInternal(Ctx, cast<UnaryOperator>(E)->getSubExpr());
268 Cl::Kinds K = ClassifyInternal(Ct
[all...]

Completed in 166 milliseconds