Home
last modified time | relevance | path

Searched defs:ClassType (Results 26 – 50 of 104) sorted by relevance

12345

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DDeclSpec.h1172 void setConstructorName(ParsedType ClassType, in setConstructorName()
1196 ParsedType ClassType, in setDestructorName()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DDeclSpec.h1171 void setConstructorName(ParsedType ClassType, in setConstructorName()
1195 ParsedType ClassType, in setDestructorName()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2680 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
3317 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp2156 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DDeclSpec.h1136 void setConstructorName(ParsedType ClassType, in setConstructorName()
1160 ParsedType ClassType, in setDestructorName()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-layout-common.hh622 typedef typename Types::ClassTypeNarrow ClassType; typedef
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7258 QualType ClassType in ActOnConversionDeclarator() local
9152 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
9464 CanQualType ClassType in DeclareImplicitDestructor() local
10985 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
11168 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
H A DSemaOverload.cpp1548 const Type *ClassType in IsStandardConversion() local
4864 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
5777 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
13019 QualType ClassType in FixOverloadedFunctionReference() local
H A DSemaExprCXX.cpp879 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
3044 QualType ClassType = dtor->getThisType(Context)->getPointeeType(); in CheckVirtualDtorCall() local
H A DSemaExprObjC.cpp2367 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
H A DSemaTemplate.cpp5442 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
/aosp_15_r20/external/libcxxabi/src/demangle/
H A DItaniumDemangle.h573 const Node *ClassType; variable
3357 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h581 const Node *ClassType; variable
3594 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/aosp_15_r20/external/pdfium/third_party/pymock/
H A Dmock.py370 ClassType = type(OldStyleClass) variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h716 const Node *ClassType; variable
3662 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DItaniumDemangle.h740 const Node *ClassType; variable
3957 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DItaniumDemangle.h739 const Node *ClassType; variable
3956 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/demangle/
H A DItaniumDemangle.h740 const Node *ClassType; variable
3957 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/
DItaniumDemangle.h739 const Node *ClassType; variable
3956 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/
DItaniumDemangle.h739 const Node *ClassType; variable
3956 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfo.cpp1175 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfo.cpp1395 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()
/aosp_15_r20/external/clang/lib/AST/
H A DASTImporter.cpp1648 QualType ClassType = Importer.Import(QualType(T->getClass(), 0)); in VisitMemberPointerType() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dtype-traits.cpp250 typedef Derives ClassType; typedef
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp5298 QualType ClassType = readType(*Loc.F, Record, Idx); in readTypeRecord() local

12345