HomeSort by relevance Sort by last modified time
    Searched defs:isIntegerConstantExpr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 413 /// isIntegerConstantExpr - Return true if this expression is a valid integer
417 bool isIntegerConstantExpr(llvm::APSInt &Result, ASTContext &Ctx,
420 bool isIntegerConstantExpr(ASTContext &Ctx, SourceLocation *Loc = 0) const {
422 return isIntegerConstantExpr(X, Ctx, Loc);
    [all...]

Completed in 1169 milliseconds