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

/external/clang/lib/AST/
H A DExpr.cpp676 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V, function in class:IntegerLiteral
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);
2028 if (IntegerLiteral *I
[all...]
/external/clang/include/clang/AST/
H A DExpr.h1213 /// \brief Used by IntegerLiteral/FloatingLiteral to store the numeric without
1218 /// to allocate IntegerLiteral/FloatingLiteral nodes the memory associated with
1264 class IntegerLiteral : public Expr, public APIntStorage { class in namespace:clang
1268 explicit IntegerLiteral(EmptyShell Empty) function in class:clang::IntegerLiteral
1274 IntegerLiteral(const ASTContext &C, const llvm::APInt &V, QualType type,
1281 static IntegerLiteral *Create(const ASTContext &C, const llvm::APInt &V,
1284 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty);
1413 /// 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 757 milliseconds