Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp111 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
H A DDeclCXX.cpp2135 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
2722 QualType ClassType in isCopyAssignmentOperator() local
2743 QualType ClassType in isMoveAssignmentOperator() local
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp407 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
2116 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1174 void setConstructorName(ParsedType ClassType, in setConstructorName()
1198 ParsedType ClassType, in setDestructorName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3818 const auto *ClassType = cast<RecordType>( in ContainsIncompleteClassType() local
4557 const auto *ClassType = in BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp3664 llvm::DIType *ClassType = getOrCreateType( in CreateType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1101 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
4344 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall() local
H A DSemaDeclCXX.cpp11432 QualType ClassType in ActOnConversionDeclarator() local
14137 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
14423 CanQualType ClassType in DeclareImplicitDestructor() local
15794 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
15941 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
H A DSemaExprObjC.cpp2641 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
H A DSemaOverload.cpp5937 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
7163 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
H A DSemaDeclAttr.cpp716 const CXXRecordDecl *ClassType; member in __anon74a5c0c80311::ArgumentDependenceChecker
H A DSemaTemplate.cpp7728 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
H A DSemaDecl.cpp12279 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h766 const Node *ClassType; variable
4096 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1587 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()