Home
last modified time | relevance | path

Searched refs:setRawSemantics (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp649 E->setRawSemantics( in VisitFloatingLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1018 setRawSemantics(llvm::APFloatBase::S_IEEEhalf); in FloatingLiteral()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1657 void setRawSemantics(llvm::APFloatBase::Semantics Sem) { in setRawSemantics() function