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

/external/clang/include/clang/AST/
H A DType.h1342 friend class FunctionProtoType;
1350 /// Used only by FunctionProtoType, put here to pack with the
1352 /// The qualifiers are part of FunctionProtoType because...
1358 /// \brief The ref-qualifier associated with a \c FunctionProtoType.
1630 bool isFunctionProtoType() const { return getAs<FunctionProtoType>(); }
2844 /// class of FunctionNoProtoType and FunctionProtoType.
2867 // * FunctionProtoType::Profile
3040 class FunctionProtoType : public FunctionType, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo
3102 FunctionProtoType(QualType result, ArrayRef<QualType> params,

Completed in 90 milliseconds