Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp113 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
H A DDeclCXX.cpp2016 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
2521 QualType ClassType in isCopyAssignmentOperator() local
2542 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.cpp401 TypeIndex ClassType = getTypeIndex(Class); getFuncIdForSubprogram() local
2084 TypeIndex ClassType = getTypeIndex(ClassTy); lowerTypeMemberFunction() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1172 void setConstructorName(ParsedType ClassType, in setConstructorName()
1196 ParsedType ClassType, in setDestructorName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3783 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
4511 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp3440 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2136 const Type *ClassType in IsStandardConversion() local
5694 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
6900 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
16169 QualType ClassType in FixOverloadedFunctionReference() local
H A DSemaDeclCXX.cpp11191 QualType ClassType in ActOnConversionDeclarator() local
13846 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
14132 CanQualType ClassType in DeclareImplicitDestructor() local
15503 QualType ClassType = Context.getTypeDeclType(ClassDecl); DeclareImplicitCopyConstructor() local
15651 QualType ClassType = Context.getTypeDeclType(ClassDecl); DeclareImplicitMoveConstructor() local
[all...]
H A DSemaExprCXX.cpp1119 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
4002 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall() local
H A DSemaExprObjC.cpp2652 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
H A DSemaDeclAttr.cpp729 const CXXRecordDecl *ClassType; member in __anon74a5c0c80311::ArgumentDependenceChecker
H A DSemaTemplate.cpp7264 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
H A DSemaDecl.cpp12042 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
H A DTreeTransform.h15989 QualType ClassType, in RebuildMemberPointerType()
H A DSemaOpenMP.cpp7431 const Type *ClassType = in checkOpenMPDeclareVariantFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h739 const Node *ClassType; variable
3956 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1492 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()