HomeSort by relevance Sort by last modified time
    Searched defs:FloatingLiteral (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Expr.cpp 741 FloatingLiteral::FloatingLiteral(const ASTContext &C, const llvm::APFloat &V,
750 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty)
756 FloatingLiteral *
757 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V,
759 return new (C) FloatingLiteral(C, V, isexact, Type, L);
762 FloatingLiteral *
763 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) {
764 return new (C) FloatingLiteral(C, Empty)
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 38 milliseconds