Searched defs:ClassTy (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeInlineSiteSymbol.cpp | 83 TypeIndex ClassTy = MFRecord.getClassType(); in getName() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 71 llvm::DIType *ClassTy = nullptr; variable
|
H A D | CGObjCMac.cpp | 534 llvm::StructType *ClassTy; member in __anonb5e682970111::ObjCTypesHelper 2107 llvm::Type *ClassTy = in GenerateMessageSendSuper() local 7572 llvm::Type *ClassTy = in GenerateMessageSendSuper() local
|
H A D | CGClass.cpp | 2805 auto *ClassTy = T->getAs<RecordType>(); in EmitVTablePtrCheckForCast() local
|
H A D | CGObjCGNU.cpp | 3119 llvm::StructType *ClassTy = llvm::StructType::get( in GenerateClassStructure() local
|
H A D | CGDebugInfo.cpp | 3532 llvm::DIType *ClassTy = getOrCreateType(ED->getIntegerType(), DefUnit); in CreateTypeDefinition() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 421 getFunctionOptions(const DISubroutineType * Ty,const DICompositeType * ClassTy=nullptr,StringRef SPName=StringRef ("")) getFunctionOptions() argument 474 recordTypeIndexForDINode(const DINode * Node,TypeIndex TI,const DIType * ClassTy) recordTypeIndexForDINode() argument 1642 lowerType(const DIType * Ty,const DIType * ClassTy) lowerType() argument 2079 lowerTypeMemberFunction(const DISubroutineType * Ty,const DIType * ClassTy,int ThisAdjustment,bool IsStaticMethod,FunctionOptions FO) lowerTypeMemberFunction() argument 2664 getTypeIndex(const DIType * Ty,const DIType * ClassTy) getTypeIndex() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2580 QualType ClassTy = C.getTypeDeclType(Decl); in getThisObjectType() local 2838 CanQualType ClassTy in isCopyOrMoveConstructor() local 2878 CanQualType ClassTy in isSpecializationCopyingObject() local
|
H A D | Type.cpp | 2410 const Type *ClassTy = MPTy->getClass(); in isIncompleteType() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1283 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1238 QualType ClassTy = Context.getTypeDeclType(cast<CXXRecordDecl>(DC)); in getCurrentThisType() local
|
H A D | SemaOverload.cpp | 8542 const Type *ClassTy = PointerTy->getClass(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
|
H A D | SemaDeclCXX.cpp | 10824 QualType ClassTy = Context.getTagDeclType(ClassDecl); in CheckConstructor() local
|