Searched defs:isIntegerConstantExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp8604 /// isIntegerConstantExpr - this recursive routine will test if an expression is
9048 bool Expr::isIntegerConstantExpr(const ASTContext &Ctx, function in class:Expr
9061 bool Expr::isIntegerConstantExpr(llvm::APSInt &Value, const ASTContext &Ctx, function in class:Expr
9066 if (!isIntegerConstantExpr(Ctx, Loc))

Completed in 182 milliseconds