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

/external/clang/lib/AST/
H A DType.cpp1535 FunctionProtoType::FunctionProtoType(QualType result, const QualType *args, function in class:FunctionProtoType
1612 FunctionProtoType::NoexceptResult
1613 FunctionProtoType::getNoexceptSpec(ASTContext &ctx) const {
1636 bool FunctionProtoType::isTemplateVariadic() const {
1644 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID, QualType Result,
1698 void FunctionProtoType::Profile(llvm::FoldingSetNodeID &ID,
2114 const FunctionProtoType *FPT = cast<FunctionProtoType>(T);
2116 for (FunctionProtoType
[all...]
/external/clang/include/clang/AST/
H A DType.h1230 /// TypeQuals - Used only by FunctionProtoType, put here to pack with the
1232 /// The qualifiers are part of FunctionProtoType because...
1238 /// \brief The ref-qualifier associated with a \c FunctionProtoType.
1495 bool isFunctionProtoType() const { return getAs<FunctionProtoType>(); }
2537 /// class of FunctionNoProtoType and FunctionProtoType.
2560 // * FunctionProtoType::Profile
2731 /// FunctionProtoType - Represents a prototype with argument type info, e.g.
2736 class FunctionProtoType : public FunctionType, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo
2773 FunctionProtoType(QualType result, const QualType *args, unsigned numArgs,
2983 static bool classof(const FunctionProtoType *) { retur
[all...]

Completed in 1603 milliseconds