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

/external/clang/lib/AST/
H A DType.cpp1590 FunctionProtoType::FunctionProtoType(QualType result, ArrayRef<QualType> params, function in class:FunctionProtoType
1674 bool FunctionProtoType::hasDependentExceptionSpec() const {
1686 FunctionProtoType::NoexceptResult
1687 FunctionProtoType::getNoexceptSpec(const ASTContext &ctx) const {
1710 bool FunctionProtoType::isNothrow(const ASTContext &Ctx,
1735 bool FunctionProtoType::isTemplateVariadic() const {
1743 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, QualType Result,
1798 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID,
2219 const FunctionProtoType *FP
[all...]
/external/clang/include/clang/AST/
H A DType.h1264 friend class FunctionProtoType;
1272 /// TypeQuals - Used only by FunctionProtoType, put here to pack with the
1274 /// The qualifiers are part of FunctionProtoType because...
1280 /// \brief The ref-qualifier associated with a \c FunctionProtoType.
1547 bool isFunctionProtoType() const { return getAs<FunctionProtoType>(); }
2692 /// class of FunctionNoProtoType and FunctionProtoType.
2715 // * FunctionProtoType::Profile
2883 /// FunctionProtoType - Represents a prototype with parameter type info, e.g.
2888 class FunctionProtoType : public FunctionType, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo
2950 FunctionProtoType(QualTyp
[all...]

Completed in 132 milliseconds