Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclarationName.cpp150 QualType ClassType = N.getCXXNameType(); in operator <<() local
H A DDeclCXX.cpp1304 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
1521 QualType ClassType in isCopyAssignmentOperator() local
1542 QualType ClassType in isMoveAssignmentOperator() local
H A DASTImporter.cpp1521 QualType ClassType = Importer.Import(QualType(T->getClass(), 0)); in VisitMemberPointerType() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1009 void setConstructorName(ParsedType ClassType, in setConstructorName()
1033 ParsedType ClassType, in setDestructorName()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2377 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
2998 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp1882 llvm::DIType ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp6997 QualType ClassType in ActOnConversionDeclarator() local
8800 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
9266 CanQualType ClassType in DeclareImplicitDestructor() local
10706 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
10886 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
H A DSemaOverload.cpp1447 const Type *ClassType in IsStandardConversion() local
4690 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
5602 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
12350 QualType ClassType in FixOverloadedFunctionReference() local
H A DSemaExprObjC.cpp2170 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
H A DSemaTemplate.cpp5301 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
H A DSemaDecl.cpp7989 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
H A DTreeTransform.h10346 QualType ClassType, in RebuildMemberPointerType()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtype-traits.cpp236 typedef Derives ClassType; typedef
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5269 QualType ClassType = readType(*Loc.F, Record, Idx); in readTypeRecord() local