Home
last modified time | relevance | path

Searched defs:ClassType (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp119 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
H A DDeclCXX.cpp1889 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
2380 QualType ClassType in isCopyAssignmentOperator() local
2401 QualType ClassType in isMoveAssignmentOperator() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h175 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()
195 TypeIndex ClassType; variable
220 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
229 TypeIndex ClassType; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp399 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
1943 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1097 void setConstructorName(ParsedType ClassType, in setConstructorName()
1121 ParsedType ClassType, in setDestructorName()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3450 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
4169 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp3008 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h583 const Node *ClassType; variable
3643 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1743 const Type *ClassType in IsStandardConversion() local
5296 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
6352 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
15082 QualType ClassType in FixOverloadedFunctionReference() local
H A DSemaDeclCXX.cpp10713 QualType ClassType in ActOnConversionDeclarator() local
13229 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
13508 CanQualType ClassType in DeclareImplicitDestructor() local
14842 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
14985 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
H A DSemaExprCXX.cpp1079 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
3841 QualType ClassType = dtor->getThisType()->getPointeeType(); in CheckVirtualDtorCall() local
H A DSemaExprObjC.cpp2644 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
H A DSemaTemplate.cpp7517 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
H A DSemaDeclAttr.cpp956 const CXXRecordDecl *ClassType; member in __anon4a9f877c0311::ArgumentDependenceChecker
H A DSemaDecl.cpp11006 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
H A DTreeTransform.h14184 QualType ClassType, in RebuildMemberPointerType()
H A DSemaOpenMP.cpp6945 const Type *ClassType = in checkOpenMPDeclareVariantFunction() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1335 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()