Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp941 FloatingLiteral::FloatingLiteral(const ASTContext &C, const llvm::APFloat &V, in FloatingLiteral() function in FloatingLiteral
950 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral() function in FloatingLiteral
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h385 friend class FloatingLiteral; variable