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

/external/clang/lib/AST/
H A DExpr.cpp561 IntegerLiteral::IntegerLiteral(ASTContext &C, const llvm::APInt &V, function in class:IntegerLiteral
566 assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
572 IntegerLiteral *
573 IntegerLiteral::Create(ASTContext &C, const llvm::APInt &V,
575 return new (C) IntegerLiteral(C, V, type, l);
578 IntegerLiteral *
579 IntegerLiteral::Create(ASTContext &C, EmptyShell Empty) {
580 return new (C) IntegerLiteral(Empty);
1857 if (IntegerLiteral *I
[all...]
/external/clang/include/clang/AST/
H A DExpr.h1118 /// \brief Used by IntegerLiteral/FloatingLiteral to store the numeric without
1123 /// to allocate IntegerLiteral/FloatingLiteral nodes the memory associated with
1167 class IntegerLiteral : public Expr, public APIntStorage { class in namespace:clang
1171 explicit IntegerLiteral(EmptyShell Empty) function in class:clang::IntegerLiteral
1177 IntegerLiteral(ASTContext &C, const llvm::APInt &V, QualType type,
1184 static IntegerLiteral *Create(ASTContext &C, const llvm::APInt &V,
1187 static IntegerLiteral *Create(ASTContext &C, EmptyShell Empty);
1199 static bool classof(const IntegerLiteral *) { return true; }
1297 /// IntegerLiteral classes. Instances of this class always have a Complex type
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 200 milliseconds