Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h34 using BaseType = typename DbiModuleSourceFilesIterator::iterator_facade_base; variable
/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 resolveFullname(LVElement * BaseType,StringRef Name) resolveFullname() argument
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DTriviallyDestructibleCheck.cpp27 QualType BaseType = BaseSpec.getType(); in AST_MATCHER_P() local
H A DEnumSizeCheck.cpp106 const QualType BaseType = MatchedDecl->getIntegerType().getCanonicalType(); in check() local
/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h61 using BaseType = RecursiveASTVisitor<Derived>; variable
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DCopyConstructorInitCheck.cpp47 const Type *BaseType = Init->getBaseClass(); in check() local
H A DForwardingReferenceOverloadCheck.cpp31 const Type *BaseType = Node.getTypePtr(); AST_MATCHER() local
[all...]
/llvm-project/mlir/include/mlir/Support/
H A DInterfaceSupport.h95 : BaseType(t), in BaseType() function
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DStaticAccessedThroughInstanceCheck.cpp62 const QualType BaseType = in check() local
/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp276 createTBAAStructTagNode(MDNode * BaseType,MDNode * AccessType,uint64_t Offset,bool IsConstant) createTBAAStructTagNode() argument
303 createTBAAAccessTag(MDNode * BaseType,MDNode * AccessType,uint64_t Offset,uint64_t Size,bool IsImmutable) createTBAAAccessTag() argument
318 MDNode *BaseType = cast<MDNode>(Tag->getOperand(0)); createMutableTBAAAccessTag() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp509 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) getTypeSizeImpl() local
520 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) getTypeSizeImpl() local
525 DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type); getTypeSizeImpl() local
553 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) getTypeSizeImpl() local
/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp555 ActOnDependentMemberExpr(Expr * BaseExpr,QualType BaseType,bool IsArrow,SourceLocation OpLoc,const CXXScopeSpec & SS,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs) ActOnDependentMemberExpr() argument
602 DiagnoseQualifiedMemberReference(Sema & SemaRef,Expr * BaseExpr,QualType BaseType,const CXXScopeSpec & SS,NamedDecl * rep,const DeclarationNameInfo & nameInfo) DiagnoseQualifiedMemberReference() argument
616 CheckQualifiedMemberReference(Expr * BaseExpr,QualType BaseType,const CXXScopeSpec & SS,const LookupResult & R) CheckQualifiedMemberReference() argument
785 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
1296 QualType BaseType = BaseExpr.get()->getType(); LookupMemberExpr() local
1851 QualType BaseType = BaseExpr->getType(); BuildFieldReferenceExpr() local
[all...]
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h30 using BaseType = RecursiveASTVisitor<RecursiveSymbolVisitor<T>>; variable
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h101 llvm::MDNode *BaseType; global() member
[all...]
/llvm-project/clang/test/CoverageMapping/
H A Dclasstemplate.cpp10 enum BaseType { enum in Test
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp52 assignVectTypeToVReg(SPIRVType * BaseType,unsigned NumElements,Register VReg,MachineInstr & I,const SPIRVInstrInfo & TII) assignVectTypeToVReg() argument
603 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
1357 getOrCreateSPIRVVectorType(SPIRVType * BaseType,unsigned NumElements,MachineIRBuilder & MIRBuilder) getOrCreateSPIRVVectorType() argument
1365 getOrCreateSPIRVVectorType(SPIRVType * BaseType,unsigned NumElements,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVVectorType() argument
1382 getOrCreateSPIRVArrayType(SPIRVType * BaseType,unsigned NumElements,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVArrayType() argument
1401 getOrCreateSPIRVPointerType(SPIRVType * BaseType,MachineIRBuilder & MIRBuilder,SPIRV::StorageClass::StorageClass SC) getOrCreateSPIRVPointerType() argument
1423 getOrCreateSPIRVPointerType(SPIRVType * BaseType,MachineInstr & I,const SPIRVInstrInfo &,SPIRV::StorageClass::StorageClass SC) getOrCreateSPIRVPointerType() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.cpp51 const Type *BaseType) { in isUnambiguousPublicBaseClass() argument
96 bool isBaseOf(const Type *DerivedType, const Type *BaseType) { in isBaseOf() argument
/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp136 getSPIRVImageType(llvm::LLVMContext & Ctx,StringRef BaseType,StringRef OpenCLName,unsigned AccessQualifier) getSPIRVImageType() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp164 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDefaultCheck.cpp42 const auto *BaseType = Base.getTypeSourceInfo()->getType().getTypePtr(); in getAllDirectBases() local
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h46 } BaseType; member
/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp39 BaseType = BaseType.getUnqualifiedType(); in isAmbiguous() argument
170 QualType BaseType = lookupInBases() local
[all...]
/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h30 typedef B BaseType; typedef
138 typedef B BaseType; global() typedef
713 typedef B BaseType; global() typedef
[all...]
/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp566 static bool hasField(TBAAStructTypeNode BaseType, in hasField() argument
604 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf() local
[all...]

1234