Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp647 FloatingLiteral::FloatingLiteral(ASTContext &C, const llvm::APFloat &V, in FloatingLiteral() function in FloatingLiteral
656 FloatingLiteral::FloatingLiteral(ASTContext &C, EmptyShell Empty) in FloatingLiteral() function in FloatingLiteral
/external/clang/include/clang/AST/
DStmt.h187 friend class FloatingLiteral; variable