Home
last modified time | relevance | path

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

/freebsd-src/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); getDestructor() local
2479 QualType ClassType isCopyAssignmentOperator() local
2500 QualType ClassType isMoveAssignmentOperator() local
/freebsd-src/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-src/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-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1136 setConstructorName(ParsedType ClassType,SourceLocation ClassNameLoc,SourceLocation EndLoc) setConstructorName() argument
1160 setDestructorName(SourceLocation TildeLoc,ParsedType ClassType,SourceLocation EndLoc) setDestructorName() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3514 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); ContainsIncompleteClassType() local
4236 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp3314 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); CreateType() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1977 const Type *ClassType IsStandardConversion() local
5666 QualType ClassType = S.Context.getTypeDeclType(ActingContext); TryObjectArgumentInitialization() local
6857 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); AddOverloadCandidate() local
16175 QualType ClassType FixOverloadedFunctionReference() local
[all...]
H A DSemaDeclCXX.cpp11302 QualType ClassType ActOnConversionDeclarator() local
13978 CanQualType ClassType DeclareImplicitDefaultConstructor() local
14258 CanQualType ClassType DeclareImplicitDestructor() local
15626 QualType ClassType = Context.getTypeDeclType(ClassDecl); DeclareImplicitCopyConstructor() local
15771 QualType ClassType = Context.getTypeDeclType(ClassDecl); DeclareImplicitMoveConstructor() local
[all...]
H A DSemaExprCXX.cpp1122 QualType ClassType = ThisTy->getPointeeType(); adjustCVQualifiersForCXXThisWithinLambda() local
4000 QualType ClassType = dtor->getFunctionObjectParameterType(); CheckVirtualDtorCall() local
H A DSemaExprObjC.cpp2647 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); BuildClassMessage() local
H A DSemaTemplate.cpp8006 QualType ClassType BuildExpressionFromDeclTemplateArgument() local
H A DSemaDeclAttr.cpp989 const CXXRecordDecl *ClassType; global() member in __anonb2727f1a0311::ArgumentDependenceChecker
H A DSemaDecl.cpp12088 QualType ClassType = Context.getTypeDeclType(Record); CheckFunctionDeclaration() local
H A DTreeTransform.h14955 RebuildMemberPointerType(QualType PointeeType,QualType ClassType,SourceLocation Sigil) RebuildMemberPointerType() argument
H A DSemaOpenMP.cpp7642 const Type *ClassType = checkOpenMPDeclareVariantFunction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h3957 if (ClassType == nullptr) in parsePointerToMemberType() local
740 const Node *ClassType; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1487 LLVMDIBuilderCreateMemberPointerType(LLVMDIBuilderRef Builder,LLVMMetadataRef PointeeType,LLVMMetadataRef ClassType,uint64_t SizeInBits,uint32_t AlignInBits,LLVMDIFlags Flags) LLVMDIBuilderCreateMemberPointerType() argument