Searched defs:FunctionProtoType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp1591 FunctionProtoType::FunctionProtoType(QualType result, ArrayRef<QualType> params, function in class:FunctionProtoType
1670 FunctionProtoType::NoexceptResult
1671 FunctionProtoType::getNoexceptSpec(const ASTContext &ctx) const {
1694 bool FunctionProtoType::isNothrow(const ASTContext &Ctx,
1719 bool FunctionProtoType::isTemplateVariadic() const {
1727 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, QualType Result,
1781 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID,
2233 const FunctionProtoType *FPT = cast<FunctionProtoType>(
[all...]
/external/clang/include/clang/AST/
H A DType.h1255 /// TypeQuals - Used only by FunctionProtoType, put here to pack with the
1257 /// The qualifiers are part of FunctionProtoType because...
1525 bool isFunctionProtoType() const { return getAs<FunctionProtoType>(); }
2648 /// class of FunctionNoProtoType and FunctionProtoType.
2671 // * FunctionProtoType::Profile
2840 /// FunctionProtoType - Represents a prototype with parameter type info, e.g.
2845 class FunctionProtoType : public FunctionType, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo
2889 FunctionProtoType(QualType result, ArrayRef<QualType> params,
2910 /// \brief The ref-qualifier associated with a \c FunctionProtoType.

Completed in 122 milliseconds