Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp102 T->isMemberFunctionPointerType(); in isAggregateTypeForABI()
H A DCGStmt.cpp1279 calleeQualType->isMemberFunctionPointerType()) { in makeTailCallIfSwiftAsync()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isMemberFunctionPointerType)
H A DType.h2274 bool isMemberFunctionPointerType() const;
7136 inline bool Type::isMemberFunctionPointerType() const {
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1113 (SrcType->isMemberFunctionPointerType() && in checkCastFunctionType()
1114 DestType->isMemberFunctionPointerType())) { in checkCastFunctionType()
2001 DestType->isMemberFunctionPointerType()) { in TryConstCast()
H A DSemaTemplateDeduction.cpp3883 !ParamType->isMemberFunctionPointerType()) { in ResolveOverloadForDeduction()
H A DSemaExprCXX.cpp5078 return T->isMemberFunctionPointerType(); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp7455 while (NR->isPointerType() || NR->isMemberFunctionPointerType() || in diagnoseOpenCLTypes()
7457 if (NR->isFunctionPointerType() || NR->isMemberFunctionPointerType() || in diagnoseOpenCLTypes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3125 auto isMemberFunctionPointerType = [](clang::QualType qual_type) { in IsMemberFunctionPointerType() local
3126 return qual_type->isMemberFunctionPointerType(); in IsMemberFunctionPointerType()
3129 return IsTypeImpl(type, isMemberFunctionPointerType); in IsMemberFunctionPointerType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5143 if (QT->isMemberFunctionPointerType()) { in AST_POLYMORPHIC_MATCHER_P2()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1838 if (Ty->isMemberFunctionPointerType()) { in classify()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1705 if (MPT->isMemberFunctionPointerType() && in mangleTemplateArg()