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

/external/clang/include/clang/AST/
H A DExpr.h1086 /// \brief Used by IntegerLiteral/FloatingLiteral to store the numeric without
1091 /// to allocate IntegerLiteral/FloatingLiteral nodes the memory associated with
1228 class FloatingLiteral : public Expr, private APFloatStorage { class in namespace:clang
1231 FloatingLiteral(ASTContext &C, const llvm::APFloat &V, bool isexact, function in class:clang::FloatingLiteral
1242 explicit FloatingLiteral(ASTContext &C, EmptyShell Empty) function in class:clang::FloatingLiteral
1250 static FloatingLiteral *Create(ASTContext &C, const llvm::APFloat &V,
1252 static FloatingLiteral *Create(ASTContext &C, EmptyShell Empty);
1277 static bool classof(const FloatingLiteral *) { return true; }
1284 /// like "1.0i". We represent these as a wrapper around FloatingLiteral and

Completed in 84 milliseconds