Home
last modified time | relevance | path

Searched refs:isMemberFunctionPointerType (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isMemberFunctionPointerType)
H A DType.h2524 bool isMemberFunctionPointerType() const;
8053 inline bool Type::isMemberFunctionPointerType() const {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp105 T->isMemberFunctionPointerType(); in isAggregateTypeForABI()
H A DItaniumCXXABI.cpp937 if (DstType->isMemberFunctionPointerType()) { in EmitMemberPointerConversion()
941 assert(SrcType->isMemberFunctionPointerType()); in EmitMemberPointerConversion()
1023 assert(DestType->isMemberFunctionPointerType() && in pointerAuthResignMemberFunctionPointer()
1024 SrcType->isMemberFunctionPointerType() && in pointerAuthResignMemberFunctionPointer()
1057 if (DstType->isMemberFunctionPointerType()) in EmitMemberPointerConversion()
H A DCGStmt.cpp1447 calleeQualType->isMemberFunctionPointerType()) { in isSwiftAsyncCallee()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1122 (SrcType->isMemberFunctionPointerType() && in checkCastFunctionType()
1123 DestType->isMemberFunctionPointerType())) { in checkCastFunctionType()
2010 DestType->isMemberFunctionPointerType()) { in TryConstCast()
H A DSemaTemplateDeduction.cpp4059 !ParamType->isMemberFunctionPointerType()) { in ResolveOverloadForDeduction()
H A DSemaExprCXX.cpp5249 return T->isMemberFunctionPointerType(); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp7255 while (NR->isPointerType() || NR->isMemberFunctionPointerType() || in diagnoseOpenCLTypes()
7257 if (NR->isFunctionPointerType() || NR->isMemberFunctionPointerType() || in diagnoseOpenCLTypes()
H A DSemaExpr.cpp4127 !T->isFunctionReferenceType() && !T->isMemberFunctionPointerType()) { in checkPtrAuthTypeDiscriminatorOperandType()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5165 if (QT->isMemberFunctionPointerType()) { in AST_POLYMORPHIC_MATCHER_P2()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1853 if (Ty->isMemberFunctionPointerType()) { in classify()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3162 auto isMemberFunctionPointerType = [](clang::QualType qual_type) { in IsMemberFunctionPointerType() local
3163 return qual_type->isMemberFunctionPointerType(); in IsMemberFunctionPointerType()
3166 return IsTypeImpl(type, isMemberFunctionPointerType); in IsMemberFunctionPointerType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1807 if (MPT->isMemberFunctionPointerType() && in mangleTemplateArg()