Home
last modified time | relevance | path

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

123

/freebsd-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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h34 using BaseType = typename DbiModuleSourceFilesIterator::iterator_facade_base; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h61 using BaseType = RecursiveASTVisitor<Derived>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp262 createTBAAStructTagNode(MDNode * BaseType,MDNode * AccessType,uint64_t Offset,bool IsConstant) createTBAAStructTagNode() argument
289 createTBAAAccessTag(MDNode * BaseType,MDNode * AccessType,uint64_t Offset,uint64_t Size,bool IsImmutable) createTBAAAccessTag() argument
304 MDNode *BaseType = cast<MDNode>(Tag->getOperand(0)); createMutableTBAAAccessTag() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp509 if (BaseType.getTag() == DW_TAG_subroutine_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
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp512 ActOnDependentMemberExpr(Expr * BaseExpr,QualType BaseType,bool IsArrow,SourceLocation OpLoc,const CXXScopeSpec & SS,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs) ActOnDependentMemberExpr() argument
559 DiagnoseQualifiedMemberReference(Sema & SemaRef,Expr * BaseExpr,QualType BaseType,const CXXScopeSpec & SS,NamedDecl * rep,const DeclarationNameInfo & nameInfo) DiagnoseQualifiedMemberReference() argument
585 CheckQualifiedMemberReference(Expr * BaseExpr,QualType BaseType,const CXXScopeSpec & SS,const LookupResult & R) CheckQualifiedMemberReference() argument
775 BuildMemberReferenceExpr(Expr * Base,QualType BaseType,SourceLocation OpLoc,bool IsArrow,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs,const Scope * S,ActOnMemberAccessExtraArgs * ExtraArgs) BuildMemberReferenceExpr() argument
993 QualType BaseType = BaseExprType; BuildMemberReferenceExpr() local
1289 QualType BaseType = BaseExpr.get()->getType(); LookupMemberExpr() local
1859 QualType BaseType = BaseExpr->getType(); BuildFieldReferenceExpr() local
[all...]
H A DSemaType.cpp1080 BuildObjCObjectType(QualType BaseType,SourceLocation Loc,SourceLocation TypeArgsLAngleLoc,ArrayRef<TypeSourceInfo * > TypeArgs,SourceLocation TypeArgsRAngleLoc,SourceLocation ProtocolLAngleLoc,ArrayRef<ObjCProtocolDecl * > Protocols,ArrayRef<SourceLocation> ProtocolLocs,SourceLocation ProtocolRAngleLoc,bool FailOnError,bool Rebuilding) BuildObjCObjectType() argument
1152 actOnObjCTypeArgsAndProtocolQualifiers(Scope * S,SourceLocation Loc,ParsedType BaseType,SourceLocation TypeArgsLAngleLoc,ArrayRef<ParsedType> TypeArgs,SourceLocation TypeArgsRAngleLoc,SourceLocation ProtocolLAngleLoc,ArrayRef<Decl * > Protocols,ArrayRef<SourceLocation> ProtocolLocs,SourceLocation ProtocolRAngleLoc) actOnObjCTypeArgsAndProtocolQualifiers() argument
9801 GetEnumUnderlyingType(Sema & S,QualType BaseType,SourceLocation Loc) GetEnumUnderlyingType() argument
9815 BuiltinEnumUnderlyingType(QualType BaseType,SourceLocation Loc) BuiltinEnumUnderlyingType() argument
9834 BuiltinAddPointer(QualType BaseType,SourceLocation Loc) BuiltinAddPointer() argument
9843 BuiltinRemovePointer(QualType BaseType,SourceLocation Loc) BuiltinRemovePointer() argument
9851 BuiltinDecay(QualType BaseType,SourceLocation Loc) BuiltinDecay() argument
9867 BuiltinAddReference(QualType BaseType,UTTKind UKind,SourceLocation Loc) BuiltinAddReference() argument
9879 BuiltinRemoveExtent(QualType BaseType,UTTKind UKind,SourceLocation Loc) BuiltinRemoveExtent() argument
9890 BuiltinRemoveReference(QualType BaseType,UTTKind UKind,SourceLocation Loc) BuiltinRemoveReference() argument
9905 BuiltinChangeCVRQualifiers(QualType BaseType,UTTKind UKind,SourceLocation Loc) BuiltinChangeCVRQualifiers() argument
9924 ChangeIntegralSignedness(Sema & S,QualType BaseType,bool IsMakeSigned,SourceLocation Loc) ChangeIntegralSignedness() argument
9972 BuiltinChangeSignedness(QualType BaseType,UTTKind UKind,SourceLocation Loc) BuiltinChangeSignedness() argument
9998 BuildUnaryTransformType(QualType BaseType,UTTKind UKind,SourceLocation Loc) BuildUnaryTransformType() argument
[all...]
H A DSemaRISCVVectorLookup.cpp
H A DSemaCodeComplete.cpp441 static QualType getDesignatedType(QualType BaseType, const Designation &Desig); in enterDesignatedInitializer() argument
1713 QualType BaseType; global() member in __anon980f77db0311::CodeCompletionDeclConsumer
1719 CodeCompletionDeclConsumer(ResultBuilder & Results,DeclContext * InitialLookupCtx,QualType BaseType=QualType (),std::vector<FixItHint> FixIts=std::vector<FixItHint> ()) CodeCompletionDeclConsumer() argument
1755 QualType BaseType = this->BaseType; IsAccessible() local
2771 AddResultTypeChunk(ASTContext & Context,const PrintingPolicy & Policy,const NamedDecl * ND,QualType BaseType,CodeCompletionBuilder & Result) AddResultTypeChunk() argument
5167 AddRecordMembersCompletionResults(Sema & SemaRef,ResultBuilder & Results,Scope * S,QualType BaseType,ExprValueKind BaseKind,RecordDecl * RD,std::optional<FixItHint> AccessOpFixIt) AddRecordMembersCompletionResults() argument
5208 getAsRecordDecl(QualType BaseType) getAsRecordDecl() argument
5323 ConceptInfo(const TemplateTypeParmType & BaseType,Scope * S) ConceptInfo() argument
5744 QualType BaseType = getApproximateType(Base); CodeCompleteMemberReferenceExpr() local
6503 getDesignatedType(QualType BaseType,const Designation & Desig) getDesignatedType() argument
6528 CodeCompleteDesignator(QualType BaseType,llvm::ArrayRef<Expr * > InitExprs,const Designation & D) CodeCompleteDesignator() argument
6644 CodeCompleteQualifiedId(Scope * S,CXXScopeSpec & SS,bool EnteringContext,bool IsUsingDeclaration,QualType BaseType,QualType PreferredType) CodeCompleteQualifiedId() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp38 assignVectTypeToVReg(SPIRVType * BaseType,unsigned NumElements,Register VReg,MachineInstr & I,const SPIRVInstrInfo & TII) assignVectTypeToVReg() argument
464 buildGlobalVariable(Register ResVReg,SPIRVType * BaseType,StringRef Name,const GlobalValue * GV,SPIRV::StorageClass::StorageClass Storage,const MachineInstr * Init,bool IsConst,bool HasLinkageTy,SPIRV::LinkageType::LinkageType LinkageType,MachineIRBuilder & MIRBuilder,bool IsInstSelector) buildGlobalVariable() argument
1075 getOrCreateSPIRVVectorType(SPIRVType * BaseType,unsigned NumElements,MachineIRBuilder & MIRBuilder) getOrCreateSPIRVVectorType() argument
1083 getOrCreateSPIRVVectorType(SPIRVType * BaseType,unsigned NumElements,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVVectorType() argument
1100 getOrCreateSPIRVArrayType(SPIRVType * BaseType,unsigned NumElements,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVArrayType() argument
1119 getOrCreateSPIRVPointerType(SPIRVType * BaseType,MachineIRBuilder & MIRBuilder,SPIRV::StorageClass::StorageClass SC) getOrCreateSPIRVPointerType() argument
1139 getOrCreateSPIRVPointerType(SPIRVType * BaseType,MachineInstr & I,const SPIRVInstrInfo & TII,SPIRV::StorageClass::StorageClass SC) getOrCreateSPIRVPointerType() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h30 using BaseType = RecursiveASTVisitor<RecursiveSymbolVisitor<T>>; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h100 llvm::MDNode *BaseType; global() member
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp136 static llvm::Type *getSPIRVImageType(llvm::LLVMContext &Ctx, StringRef BaseType, in getSPIRVImageType()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp160 DIType *BaseType = DDTy->getBaseType(); getBaseTypeSize() local
/freebsd-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.cpp1443 CXXDependentScopeMemberExpr(const ASTContext & Ctx,Expr * Base,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierFoundInScope,DeclarationNameInfo MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs) CXXDependentScopeMemberExpr() argument
1485 Create(const ASTContext & Ctx,Expr * Base,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierFoundInScope,DeclarationNameInfo MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs) Create() argument
1548 UnresolvedMemberExpr(const ASTContext & Context,bool HasUnresolvedUsing,Expr * Base,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs,UnresolvedSetIterator Begin,UnresolvedSetIterator End) UnresolvedMemberExpr() argument
1588 Create(const ASTContext & Context,bool HasUnresolvedUsing,Expr * Base,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs,UnresolvedSetIterator Begin,UnresolvedSetIterator End) Create() argument
1633 QualType BaseType = getBaseType().getNonReferenceType(); getNamingClass() local
[all...]
H A DDeclPrinter.cpp168 QualType BaseType = T; GetBaseType() local
507 QualType BaseType = GetBaseType(CurDeclType); VisitDeclContext() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h46 } BaseType; member
/freebsd-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
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp565 hasField(TBAAStructTypeNode BaseType,TBAAStructTypeNode FieldType) hasField() argument
603 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); mayBeAccessToSubobjectOf() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp40 } BaseType = RegBase; member
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp275 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, in evalDerivedToBase() argument
H A DBasicValueFactory.cpp180 QualType BaseType = BaseSpec->getType(); in hasNoRepeatedElements() local
/freebsd-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

123