Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclarationName.cpp119 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
H A DDeclCXX.cpp1699 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
2119 QualType ClassType in isCopyAssignmentOperator() local
2140 QualType ClassType in isMoveAssignmentOperator() local
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h182 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()
202 TypeIndex ClassType; variable
227 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
236 TypeIndex ClassType; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp353 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
1833 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1082 void setConstructorName(ParsedType ClassType, in setConstructorName()
1106 ParsedType ClassType, in setDestructorName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3008 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
3689 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp2606 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h568 const Node *ClassType; variable
3352 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp1677 const Type *ClassType in IsStandardConversion() local
5095 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
6070 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
13739 QualType ClassType in FixOverloadedFunctionReference() local
H A DSemaDeclCXX.cpp8620 QualType ClassType in ActOnConversionDeclarator() local
10951 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
11222 CanQualType ClassType in DeclareImplicitDestructor() local
12506 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
12639 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
H A DSemaExprCXX.cpp954 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
3598 QualType ClassType = dtor->getThisType()->getPointeeType(); in CheckVirtualDtorCall() local
H A DSemaExprObjC.cpp2463 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
H A DSemaTemplate.cpp6781 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
H A DSemaDeclAttr.cpp1040 const CXXRecordDecl *ClassType; member in __anonc9af26d70311::ArgumentDependenceChecker
H A DSemaDecl.cpp10136 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
H A DTreeTransform.h12349 QualType ClassType, in RebuildMemberPointerType()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp1119 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5966 QualType ClassType = readType(*Loc.F, Record, Idx); in readTypeRecord() local