Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp113 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
H A DDeclCXX.cpp1974 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
2479 QualType ClassType in isCopyAssignmentOperator() local
2500 QualType ClassType in isMoveAssignmentOperator() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()
196 TypeIndex ClassType; variable
221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
230 TypeIndex ClassType; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp405 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
2102 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1136 void setConstructorName(ParsedType ClassType, in setConstructorName()
1160 ParsedType ClassType, in setDestructorName()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3514 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
4236 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp3314 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1977 const Type *ClassType in IsStandardConversion() local
5666 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
6857 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
16175 QualType ClassType in FixOverloadedFunctionReference() local
H A DSemaDeclCXX.cpp11302 QualType ClassType in ActOnConversionDeclarator() local
13978 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
14258 CanQualType ClassType in DeclareImplicitDestructor() local
15626 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
15771 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
H A DSemaExprCXX.cpp1122 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
4000 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall() local
H A DSemaExprObjC.cpp2647 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
H A DSemaTemplate.cpp8006 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
H A DSemaDeclAttr.cpp989 const CXXRecordDecl *ClassType; member in __anon694ad0fe0311::ArgumentDependenceChecker
H A DSemaDecl.cpp12088 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
H A DTreeTransform.h14955 QualType ClassType, in RebuildMemberPointerType()
H A DSemaOpenMP.cpp7642 const Type *ClassType = in checkOpenMPDeclareVariantFunction() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h740 const Node *ClassType; variable
3957 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1487 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()