Home
last modified time | relevance | path

Searched refs:ClassType (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() argument
181 ClassType(ClassType), ThisType(ThisType), CallConv(CallConv), in MemberFunctionRecord()
187 TypeIndex getClassType() const { return ClassType; } in getClassType()
196 TypeIndex ClassType; variable
221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() argument
223 : TypeRecord(TypeRecordKind::MemberFuncId), ClassType(ClassType), in MemberFuncIdRecord()
226 TypeIndex getClassType() const { return ClassType; } in getClassType()
230 TypeIndex ClassType; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp113 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName() argument
119 if (const RecordType *ClassRec = ClassType->getAs<RecordType>()) { in printCXXConstructorDestructorName()
124 if (auto *InjTy = ClassType->getAs<InjectedClassNameType>()) { in printCXXConstructorDestructorName()
129 ClassType.print(OS, Policy); in printCXXConstructorDestructorName()
H A DDeclCXX.cpp2016 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
2020 Context.getCanonicalType(ClassType)); in getDestructor()
2521 QualType ClassType in isCopyAssignmentOperator() local
2523 return Context.hasSameUnqualifiedType(ClassType, ParamType); in isCopyAssignmentOperator()
2542 QualType ClassType in isMoveAssignmentOperator() local
2544 return Context.hasSameUnqualifiedType(ClassType, ParamType); in isMoveAssignmentOperator()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp93 Session.getSymbolCache().findSymbolByTypeIndex(MemberFunc.ClassType); in initialize()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp403 Id.FunctionType, Id.ClassType); in visitKnownRecord()
422 MF.ClassType, MF.ThisType, MF.ThisPointerAdjustment); in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1172 void setConstructorName(ParsedType ClassType, in setConstructorName() argument
1178 ConstructorName = ClassType; in setConstructorName()
1196 ParsedType ClassType, in setDestructorName() argument
1201 DestructorName = ClassType; in setDestructorName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp347 error(IO.mapInteger(Record.ClassType, "ClassType")); in visitKnownRecord()
581 error(IO.mapInteger(Record.ClassType, "ClassType")); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h89 template <typename ClassType, typename ReturnType, typename... Args>
90 struct function_traits<ReturnType (ClassType::*)(Args...) const, false> {
102 template <typename ClassType, typename ReturnType, typename... Args>
103 struct function_traits<ReturnType (ClassType::*)(Args...), false>
104 : public function_traits<ReturnType (ClassType::*)(Args...) const> {};
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp415 IO.mapRequired("ClassType", Record.ClassType); in map()
429 IO.mapRequired("ClassType", Record.ClassType); in map()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h822 LLVMMetadataRef ClassType,
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h739 const Node *ClassType; variable
745 ClassType(ClassType_), MemberType(MemberType_) {} in PointerToMemberType()
747 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } in match()
759 ClassType->print(OB); in printLeft()
3956 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
3957 if (ClassType == nullptr) in parsePointerToMemberType()
3962 return make<PointerToMemberType>(ClassType, MemberType); in parsePointerToMemberType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp405 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram()
406 MemberFuncIdRecord MFuncId(ClassType, getMemberFunctionType(SP, Class), in getFuncIdForSubprogram()
2102 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction()
2139 MemberFunctionRecord MFR(ReturnTypeIndex, ClassType, ThisTypeIndex, CC, FO, in translateAccessFlags()
401 TypeIndex ClassType = getTypeIndex(Class); getFuncIdForSubprogram() local
2084 TypeIndex ClassType = getTypeIndex(ClassTy); lowerTypeMemberFunction() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1119 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
1173 ClassType.addConst(); in adjustCVQualifiersForCXXThisWithinLambda()
1174 return ASTCtx.getPointerType(ClassType); in adjustCVQualifiersForCXXThisWithinLambda()
1212 ClassType.addConst(); in adjustCVQualifiersForCXXThisWithinLambda()
1213 return ASTCtx.getPointerType(ClassType); in adjustCVQualifiersForCXXThisWithinLambda()
4002 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall() local
4007 << ClassType; in CheckVirtualDtorCall()
4012 << ClassType; in CheckVirtualDtorCall()
4016 ClassType.getAsStringInternal(TypeStr, getPrintingPolicy()); in CheckVirtualDtorCall()
H A DSemaDeclCXX.cpp11191 QualType ClassType in ActOnConversionDeclarator() local
11202 if (ConvType == ClassType) in ActOnConversionDeclarator()
11204 << ClassType; in ActOnConversionDeclarator()
11205 else if (IsDerivedFrom(Conversion->getLocation(), ClassType, ConvType)) in ActOnConversionDeclarator()
11207 << ClassType << ConvType; in ActOnConversionDeclarator()
11210 << ClassType << ConvType; in ActOnConversionDeclarator()
13846 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
13850 = Context.DeclarationNames.getCXXConstructorName(ClassType); in DeclareImplicitDefaultConstructor()
14132 CanQualType ClassType in DeclareImplicitDestructor() local
14136 = Context.DeclarationNames.getCXXDestructorName(ClassType); in DeclareImplicitDestructor()
15503 QualType ClassType = Context.getTypeDeclType(ClassDecl); DeclareImplicitCopyConstructor() local
15651 QualType ClassType = Context.getTypeDeclType(ClassDecl); DeclareImplicitMoveConstructor() local
[all...]
H A DSemaOverload.cpp2136 const Type *ClassType in IsStandardConversion() local
2138 FromType = S.Context.getMemberPointerType(FromType, ClassType); in IsStandardConversion()
5694 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
5708 QualType ImplicitParamType = S.Context.getQualifiedType(ClassType, Quals); in TryObjectArgumentInitialization()
5756 QualType ClassTypeCanon = S.Context.getCanonicalType(ClassType); in TryObjectArgumentInitialization()
5760 } else if (S.IsDerivedFrom(Loc, FromType, ClassType)) { in TryObjectArgumentInitialization()
6900 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
6902 (Context.hasSameUnqualifiedType(ClassType, Args[0]->getType()) || in AddOverloadCandidate()
6904 ClassType))) { in AddOverloadCandidate()
16169 QualType ClassType in FixOverloadedFunctionReference() local
[all …]
H A DSemaExprObjC.cpp2652 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
2653 if (!ClassType || !(Class = ClassType->getInterface())) { in BuildClassMessage()
H A DSemaDeclAttr.cpp729 const CXXRecordDecl *ClassType; member in __anon74a5c0c80311::ArgumentDependenceChecker
738 ClassType = MD->getParent(); in ArgumentDependenceChecker()
740 ClassType = nullptr; in ArgumentDependenceChecker()
752 assert(E->getType()->getPointeeCXXRecordDecl() == ClassType && in VisitCXXThisExpr()
H A DSemaTemplate.cpp7264 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
7268 ClassType.getTypePtr()); in BuildExpressionFromDeclTemplateArgument()
H A DTreeTransform.h863 QualType RebuildMemberPointerType(QualType PointeeType, QualType ClassType,
15989 QualType ClassType, in RebuildMemberPointerType() argument
15991 return SemaRef.BuildMemberPointerType(PointeeType, ClassType, Sigil, in RebuildMemberPointerType()
H A DSemaDecl.cpp12042 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
12045 Context.getCanonicalType(ClassType)); in CheckFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3783 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
3784 if (IsIncompleteClassType(ClassType)) in ContainsIncompleteClassType()
4511 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
4512 if (IsIncompleteClassType(ClassType)) in BuildPointerToMemberTypeInfo()
4531 ItaniumRTTIBuilder(CXXABI).BuildTypeInfo(QualType(ClassType, 0))); in BuildPointerToMemberTypeInfo()
H A DCGDebugInfo.cpp3440 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
3443 getOrCreateType(Ty->getPointeeType(), U), ClassType, Size, /*Align=*/0, in CreateType()
3452 ClassType, Size, /*Align=*/0, Flags); in CreateType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1492 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType() argument
1498 unwrapDI<DIType>(ClassType), AlignInBits, SizeInBits, in LLVMDIBuilderCreateMemberPointerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp979 PdbTypeSymId class_type_id(mfr.ClassType, false); in CreateFunctionDeclFromId()
H A DSymbolFileNativePDB.cpp1578 inlinee_name.append(std::string(types.getTypeName(mfr.ClassType))); in ParseInlineSite()

12