Home
last modified time | relevance | path

Searched defs:BaseType (Results 1 – 25 of 77) sorted by relevance

1234

/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp147 LVElement *BaseType = getType(); in resolveName() local
303 LVElement *BaseType = getTypeAsScope(); in getUnderlyingType() local
427 LVObject *BaseType = ArgType->getUnderlyingType(); in encodeTemplateArgument() local
H A DLVElement.cpp274 void LVElement::resolveFullname(LVElement *BaseType, StringRef Name) { in resolveFullname()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h34 using BaseType = typename DbiModuleSourceFilesIterator::iterator_facade_base; variable
/src/contrib/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h61 using BaseType = RecursiveASTVisitor<Derived>; variable
/src/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp276 MDNode *MDBuilder::createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType, in createTBAAStructTagNode()
303 MDNode *MDBuilder::createTBAAAccessTag(MDNode *BaseType, MDNode *AccessType, in createTBAAAccessTag()
318 MDNode *BaseType = cast<MDNode>(Tag->getOperand(0)); in createMutableTBAAAccessTag() local
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp508 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSizeImpl() local
519 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSizeImpl() local
524 DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type); in getTypeSizeImpl() local
552 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSizeImpl() local
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp556 Sema::ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType, in ActOnDependentMemberExpr()
603 QualType BaseType, in DiagnoseQualifiedMemberReference()
617 QualType BaseType, in CheckQualifiedMemberReference()
786 Expr *Base, QualType BaseType, SourceLocation OpLoc, bool IsArrow, in BuildMemberReferenceExpr()
996 QualType BaseType = BaseExprType; in BuildMemberReferenceExpr() local
1299 QualType BaseType = BaseExpr.get()->getType(); in LookupMemberExpr() local
1849 QualType BaseType = BaseExpr->getType(); in BuildFieldReferenceExpr() local
H A DSemaType.cpp9532 static QualType GetEnumUnderlyingType(Sema &S, QualType BaseType, in GetEnumUnderlyingType()
9546 QualType Sema::BuiltinEnumUnderlyingType(QualType BaseType, in BuiltinEnumUnderlyingType()
9565 QualType Sema::BuiltinAddPointer(QualType BaseType, SourceLocation Loc) { in BuiltinAddPointer()
9574 QualType Sema::BuiltinRemovePointer(QualType BaseType, SourceLocation Loc) { in BuiltinRemovePointer()
9582 QualType Sema::BuiltinDecay(QualType BaseType, SourceLocation Loc) { in BuiltinDecay()
9598 QualType Sema::BuiltinAddReference(QualType BaseType, UTTKind UKind, in BuiltinAddReference()
9610 QualType Sema::BuiltinRemoveExtent(QualType BaseType, UTTKind UKind, in BuiltinRemoveExtent()
9621 QualType Sema::BuiltinRemoveReference(QualType BaseType, UTTKind UKind, in BuiltinRemoveReference()
9636 QualType Sema::BuiltinChangeCVRQualifiers(QualType BaseType, UTTKind UKind, in BuiltinChangeCVRQualifiers()
9655 static QualType ChangeIntegralSignedness(Sema &S, QualType BaseType, in ChangeIntegralSignedness()
[all …]
H A DSemaCodeComplete.cpp444 QualType BaseType, in enterDesignatedInitializer()
1720 QualType BaseType; member in __anond614bade0311::CodeCompletionDeclConsumer
1726 QualType BaseType = QualType(), in CodeCompletionDeclConsumer()
1762 QualType BaseType = this->BaseType; in IsAccessible() local
2778 const NamedDecl *ND, QualType BaseType, in AddResultTypeChunk()
5181 Scope *S, QualType BaseType, in AddRecordMembersCompletionResults()
5223 static RecordDecl *getAsRecordDecl(QualType BaseType) { in getAsRecordDecl()
5338 ConceptInfo(const TemplateTypeParmType &BaseType, Scope *S) { in ConceptInfo()
5770 QualType BaseType = getApproximateType(Base); in CodeCompleteMemberReferenceExpr() local
6550 static QualType getDesignatedType(QualType BaseType, const Designation &Desig) { in getDesignatedType()
[all …]
/src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h30 using BaseType = RecursiveASTVisitor<RecursiveSymbolVisitor<T>>; variable
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp52 SPIRVType *BaseType, unsigned NumElements, Register VReg, MachineInstr &I, in assignVectTypeToVReg()
603 Register ResVReg, SPIRVType *BaseType, StringRef Name, in buildGlobalVariable()
1357 SPIRVType *BaseType, unsigned NumElements, MachineIRBuilder &MIRBuilder) { in getOrCreateSPIRVVectorType()
1365 SPIRVType *BaseType, unsigned NumElements, MachineInstr &I, in getOrCreateSPIRVVectorType()
1382 SPIRVType *BaseType, unsigned NumElements, MachineInstr &I, in getOrCreateSPIRVArrayType()
1401 SPIRVType *BaseType, MachineIRBuilder &MIRBuilder, in getOrCreateSPIRVPointerType()
1423 SPIRVType *BaseType, MachineInstr &I, const SPIRVInstrInfo &, in getOrCreateSPIRVPointerType()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h100 llvm::MDNode *BaseType; member
/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp136 static llvm::Type *getSPIRVImageType(llvm::LLVMContext &Ctx, StringRef BaseType, in getSPIRVImageType()
/src/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp39 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { in isAmbiguous()
170 QualType BaseType = in lookupInBases() local
H A DExprCXX.cpp1493 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, in CXXDependentScopeMemberExpr()
1535 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, in Create()
1598 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr()
1638 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create()
1683 QualType BaseType = getBaseType().getNonReferenceType(); in getNamingClass() local
H A DDeclPrinter.cpp156 QualType BaseType = T; in GetBaseType() local
461 QualType BaseType = GetBaseType(CurDeclType); in VisitDeclContext() local
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp164 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize() local
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h30 typedef B BaseType; typedef
138 typedef B BaseType; typedef
713 typedef B BaseType; typedef
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h46 } BaseType; member
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp566 static bool hasField(TBAAStructTypeNode BaseType, in hasField()
604 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf() local
/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp40 } BaseType = RegBase; member
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp180 QualType BaseType = BaseSpec->getType(); in hasNoRepeatedElements() local
H A DStore.cpp275 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, in evalDerivedToBase()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h890 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord()
895 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord()
907 TypeIndex BaseType; variable
/src/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp177 SVEType BaseType; member in __anondae860620111::Intrinsic
293 SVEType BaseType; member

1234