/llvm-project/clang/test/SemaCXX/ |
H A D | type-traits-ms-extensions.cpp | 16 using ClassType = Derives; typedef
|
H A D | type-traits.cpp | 310 typedef Derives ClassType; typedef [all...] |
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | ForestTest.cpp |
|
/llvm-project/clang/lib/AST/ |
H A D | DeclarationName.cpp | 113 printCXXConstructorDestructorName(QualType ClassType,raw_ostream & OS,PrintingPolicy Policy) printCXXConstructorDestructorName() argument
|
H A D | DeclCXX.cpp | 1977 QualType ClassType = Context.getTypeDeclType(this); getDestructor() local 2482 QualType ClassType isCopyAssignmentOperator() local 2503 QualType ClassType isMoveAssignmentOperator() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() argument 196 TypeIndex ClassType; variable 221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() argument 230 TypeIndex ClassType; variable [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 405 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local 2102 TypeIndex ClassType = getTypeIndex(ClassTy); lowerTypeMemberFunction() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Hover.cpp | 832 QualType ClassType = declaredType(OriginThisType->getAsTagDecl()); getThisExprHoverContents() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1172 setConstructorName(ParsedType ClassType,SourceLocation ClassNameLoc,SourceLocation EndLoc) setConstructorName() argument 1196 setDestructorName(SourceLocation TildeLoc,ParsedType ClassType,SourceLocation EndLoc) setDestructorName() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3549 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); ContainsIncompleteClassType() local 4277 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); BuildPointerToMemberTypeInfo() local
|
H A D | CGDebugInfo.cpp | 3440 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); CreateType() local
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 600 value Builder, value PointeeType, value ClassType, value SizeInBits, in llvm_dibuild_create_member_pointer_type_native() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 2109 const Type *ClassType IsStandardConversion() local 5701 QualType ClassType = S.Context.getTypeDeclType(ActingContext); TryObjectArgumentInitialization() local 6909 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); AddOverloadCandidate() local 16191 QualType ClassType FixOverloadedFunctionReference() local [all...] |
H A D | SemaDeclCXX.cpp | 11158 QualType ClassType ActOnConversionDeclarator() local 13787 CanQualType ClassType DeclareImplicitDefaultConstructor() local 14073 CanQualType ClassType DeclareImplicitDestructor() local 15444 QualType ClassType = Context.getTypeDeclType(ClassDecl); DeclareImplicitCopyConstructor() local 15592 QualType ClassType = Context.getTypeDeclType(ClassDecl); DeclareImplicitMoveConstructor() local [all...] |
H A D | SemaExprCXX.cpp | 1119 QualType ClassType = ThisTy->getPointeeType(); adjustCVQualifiersForCXXThisWithinLambda() local 4002 QualType ClassType = dtor->getFunctionObjectParameterType(); CheckVirtualDtorCall() local
|
H A D | SemaExprObjC.cpp | 2652 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); BuildClassMessage() local
|
H A D | SemaDeclAttr.cpp | 729 const CXXRecordDecl *ClassType; global() member in __anon1cc697bb0311::ArgumentDependenceChecker
|
H A D | SemaTemplate.cpp | 8476 QualType ClassType BuildExpressionFromDeclTemplateArgument() local
|
H A D | SemaDecl.cpp | 12000 QualType ClassType = Context.getTypeDeclType(Record); CheckFunctionDeclaration() local
|
H A D | TreeTransform.h | 15958 RebuildMemberPointerType(QualType PointeeType,QualType ClassType,SourceLocation Sigil) RebuildMemberPointerType() argument
|
H A D | SemaOpenMP.cpp | 7426 const Type *ClassType = checkOpenMPDeclareVariantFunction() local
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 739 const Node *ClassType; global() variable 3956 Node *ClassType = getDerived().parseType(); parsePointerToMemberType() local
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 740 const Node *ClassType; global() variable 3957 Node *ClassType = getDerived().parseType(); parsePointerToMemberType() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1492 LLVMDIBuilderCreateMemberPointerType(LLVMDIBuilderRef Builder,LLVMMetadataRef PointeeType,LLVMMetadataRef ClassType,uint64_t SizeInBits,uint32_t AlignInBits,LLVMDIFlags Flags) LLVMDIBuilderCreateMemberPointerType() argument
|