Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclarationName.cpp113 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
H A DDeclCXX.cpp1933 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
2426 QualType ClassType in isCopyAssignmentOperator() local
2447 QualType ClassType in isMoveAssignmentOperator() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp401 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
2069 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1120 void setConstructorName(ParsedType ClassType, in setConstructorName()
1144 ParsedType ClassType, in setDestructorName()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c596 value Builder, LLVMMetadataRef PointeeType, LLVMMetadataRef ClassType, in llvm_dibuild_create_member_pointer_type_native()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3440 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
4162 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp3169 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h715 const Node *ClassType; variable
3661 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h715 const Node *ClassType; variable
3661 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp1856 const Type *ClassType in IsStandardConversion() local
5451 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
6537 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
15459 QualType ClassType in FixOverloadedFunctionReference() local
H A DSemaDeclCXX.cpp10995 QualType ClassType in ActOnConversionDeclarator() local
13539 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
13819 CanQualType ClassType in DeclareImplicitDestructor() local
15159 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
15303 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
H A DSemaExprCXX.cpp1085 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
3957 QualType ClassType = dtor->getThisType()->getPointeeType(); in CheckVirtualDtorCall() local
H A DSemaExprObjC.cpp2642 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
H A DSemaTemplate.cpp7817 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
H A DSemaDeclAttr.cpp975 const CXXRecordDecl *ClassType; member in __anone74ea19f0311::ArgumentDependenceChecker
H A DSemaDecl.cpp11822 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
H A DTreeTransform.h14667 QualType ClassType, in RebuildMemberPointerType()
H A DSemaOpenMP.cpp7491 const Type *ClassType = in checkOpenMPDeclareVariantFunction() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1395 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()