20 llvm::FPClassTest Mask = llvm::fcNone;
21 if (LangOpts.NoHonorInfs)
23 if (LangOpts.NoHonorNaNs)
Represents a static or instance method of a struct/union/class.
Represents a canonical, potentially-qualified type.
CanProxy< U > getAs() const
Retrieve a canonical type pointer with a different static type, upcasting or downcasting as needed.
Represents a prototype with parameter type info, e.g.
Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...
CanQualType getCanonicalTypeUnqualified() const
CanQual< FunctionProtoType > getFormalType(const CXXMethodDecl *MD)
Returns the canonical formal type of the given C++ method.
llvm::FPClassTest getNoFPClassTestMask(const LangOptions &LangOpts)
Returns the set of floating-point value kinds that the language options promise never reach a functio...