clang 24.0.0git
CallUtils.h File Reference
#include "clang/AST/ASTContext.h"
#include "llvm/ADT/FloatingPointMode.h"

Go to the source code of this file.

Namespaces

namespace  clang
 Top level wrappers for InstallAPI frontend operations.
namespace  clang::CodeGenUtils

Functions

CanQual< FunctionProtoTypeclang::CodeGenUtils::getFormalType (const CXXMethodDecl *MD)
 Returns the canonical formal type of the given C++ method.
llvm::FPClassTest clang::CodeGenUtils::getNoFPClassTestMask (const LangOptions &LangOpts)
 Returns the set of floating-point value kinds that the language options promise never reach a function's arguments or return value.