Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DForestTest.cpp107 const auto *ClassType = &Arena.createSequence( in TEST_F() local
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclarationName.cpp119 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
H A DDeclCXX.cpp1904 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
2397 QualType ClassType in isCopyAssignmentOperator() local
2418 QualType ClassType in isMoveAssignmentOperator() local
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHover.cpp692 QualType ClassType = declaredType(OriginThisType->getAsTagDecl()); in getThisExprHoverContents() local
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp403 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
2050 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1098 void setConstructorName(ParsedType ClassType, in setConstructorName()
1122 ParsedType ClassType, in setDestructorName()
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c596 value Builder, LLVMMetadataRef PointeeType, LLVMMetadataRef ClassType, in llvm_dibuild_create_member_pointer_type_native()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3413 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
4134 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp3152 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp1749 const Type *ClassType in IsStandardConversion() local
5354 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
6435 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
15268 QualType ClassType in FixOverloadedFunctionReference() local
H A DSemaDeclCXX.cpp10906 QualType ClassType in ActOnConversionDeclarator() local
13430 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
13710 CanQualType ClassType in DeclareImplicitDestructor() local
15043 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
15185 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
H A DSemaExprCXX.cpp1082 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
3887 QualType ClassType = dtor->getThisType()->getPointeeType(); in CheckVirtualDtorCall() local
H A DSemaExprObjC.cpp2644 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
H A DSemaTemplate.cpp7581 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
H A DSemaDeclAttr.cpp974 const CXXRecordDecl *ClassType; member in __anoncc79c3f80311::ArgumentDependenceChecker
H A DSemaDecl.cpp11489 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
H A DTreeTransform.h14479 QualType ClassType, in RebuildMemberPointerType()
H A DSemaOpenMP.cpp7405 const Type *ClassType = in checkOpenMPDeclareVariantFunction() local
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h705 const Node *ClassType; variable
3641 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h705 const Node *ClassType; variable
3641 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1340 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp307 typedef Derives ClassType; typedef