Searched defs:BaseType (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp70 } BaseType; member in struct:__anon2354::Address
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp480 Sema::ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType, argument
534 << SS.getRange() << rep << BaseType; local
522 DiagnoseQualifiedMemberReference(Sema &SemaRef, Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, NamedDecl *rep, const DeclarationNameInfo &nameInfo) argument
549 CheckQualifiedMemberReference(Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, const LookupResult &R) argument
744 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) argument
982 QualType BaseType = BaseExprType; local
1793 QualType BaseType = BaseExpr->getType(); local
[all...]
H A DSemaCodeComplete.cpp1577 QualType BaseType; member in class:__anon618::CodeCompletionDeclConsumer
1619 QualType BaseType local
2584 AddResultTypeChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, QualType BaseType, CodeCompletionBuilder &Result) argument
4684 AddRecordMembersCompletionResults( Sema &SemaRef, ResultBuilder &Results, Scope *S, QualType BaseType, ExprValueKind BaseKind, RecordDecl *RD, Optional<FixItHint> AccessOpFixIt) argument
5359 CodeCompleteQualifiedId(Scope *S, CXXScopeSpec &SS, bool EnteringContext, bool IsUsingDeclaration, QualType BaseType, QualType PreferredType) argument
[all...]
H A DSemaType.cpp1063 QualType Sema::BuildObjCObjectType(QualType BaseType, argument
8485 QualType Sema::BuildUnaryTransformType(QualType BaseType, argument
1138 actOnObjCTypeArgsAndProtocolQualifiers( Scope *S, SourceLocation Loc, ParsedType BaseType, SourceLocation TypeArgsLAngleLoc, ArrayRef<ParsedType> TypeArgs, SourceLocation TypeArgsRAngleLoc, SourceLocation ProtocolLAngleLoc, ArrayRef<Decl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc) argument
[all...]
H A DSemaChecking.cpp13515 const Type *BaseType = ArrayTy->getElementType().getTypePtr(); local
14948 QualType BaseType = ME->getBase()->getType(); local
[all...]
H A DSemaDecl.cpp16757 QualType BaseType = Context.getBaseElementType(FD->getType()); local
H A DTreeTransform.h2368 QualType BaseType = Base->getType(); local
3020 ExprResult RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, argument
6612 QualType BaseType local
2996 RebuildCXXDependentScopeMemberExpr(Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
12085 QualType BaseType; local
12184 QualType BaseType; local
13177 RebuildObjCObjectType( QualType BaseType, SourceLocation Loc, SourceLocation TypeArgsLAngleLoc, ArrayRef<TypeSourceInfo *> TypeArgs, SourceLocation TypeArgsRAngleLoc, SourceLocation ProtocolLAngleLoc, ArrayRef<ObjCProtocolDecl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc) argument
13412 RebuildUnaryTransformType(QualType BaseType, UnaryTransformType::UTTKind UKind, SourceLocation Loc) argument
13625 QualType BaseType = Base->getType(); local
[all...]
H A DSemaExpr.cpp546 QualType BaseType = Base->getType(); local
4821 QualType BaseType = BaseExpr->getType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1993 QualType BaseType = getContext().getBaseElementType(Ty); local
H A DCGClass.cpp542 const Type *BaseType = BaseInit->getBaseClass(); local
1249 const Type *BaseType = BaseInit->getBaseClass(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp93 } BaseType = RegBase; member in struct:__anon2150::Address
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2121 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation); local
H A DParseDecl.cpp4471 TypeResult BaseType; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2722 auto *BaseType = Base->getType(); local
2751 auto *BaseType = Base->getType(); local
2771 auto *BaseType = Base->getType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3265 UnaryTransformType(QualType BaseType, QualType UnderlyingType, UTTKind UKind, QualType CanonicalType) argument
3275 DependentUnaryTransformType(const ASTContext &C, QualType BaseType, UTTKind UKind) argument
3515 Profile(llvm::FoldingSetNodeID &ID, QualType BaseType, ArrayRef<QualType> typeArgs, ArrayRef<ObjCProtocolDecl *> protocols, bool isKindOf) argument
[all...]
H A DASTContext.cpp4708 QualType ASTContext::getObjCObjectType(QualType BaseType, argument
5102 QualType ASTContext::getUnaryTransformType(QualType BaseType, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3526 QualType BaseType; member in class:clang::final
3787 QualType BaseType; member in class:clang::final
H A DType.h1319 const Type *const BaseType; member in class:clang::ExtQualsTypeCommonBase
1389 Profile(llvm::FoldingSetNodeID &ID, const Type *BaseType, Qualifiers Quals) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp59 } BaseType; member in struct:__anon104::X86ISelAddressMode
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h898 const Node *BaseType; member in class:final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp921 Type *BaseType = GEPLHS->getOperand(0)->getType(); local

Completed in 596 milliseconds

12