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

  /external/clang/lib/AST/
Expr.cpp 676 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V,
681 assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
687 IntegerLiteral *
688 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V,
690 return new (C) IntegerLiteral(C, V, type, l);
693 IntegerLiteral *
694 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) {
695 return new (C) IntegerLiteral(Empty);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 

Completed in 461 milliseconds