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

/external/clang/lib/AST/
H A DExprConstant.cpp6370 /// isIntegerConstantExpr - this recursive routine will test if an expression is
6798 bool Expr::isIntegerConstantExpr(ASTContext &Ctx, SourceLocation *Loc) const { function in class:Expr
6810 bool Expr::isIntegerConstantExpr(llvm::APSInt &Value, ASTContext &Ctx, function in class:Expr
6815 if (!isIntegerConstantExpr(Ctx, Loc))

Completed in 95 milliseconds