Searched defs:BaseType (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DMDBuilder.h187 MDNode *createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType, argument
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp39 } BaseType; member in struct:__anon2379::MSP430ISelAddressMode
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86InstrBuilder.h41 } BaseType; member in struct:llvm::X86AddressMode
H A DX86ISelDAGToDAG.cpp53 } BaseType; member in struct:__anon2542::X86ISelAddressMode
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp328 VTSDNode *BaseType = cast<VTSDNode>(Op.getOperand(1)); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp54 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { argument
194 QualType BaseType = Context.getCanonicalType(BaseSpec->getType()) local
H A DDeclPrinter.cpp106 QualType BaseType = T; local
262 QualType BaseType = GetBaseType(CurDeclType); local
[all...]
H A DDeclCXX.cpp165 QualType BaseType = Base->getType(); local
H A DExprCXX.cpp1173 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1209 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo) argument
1230 Create(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1310 UnresolvedMemberExpr(const ASTContext &C, bool HasUnresolvedUsing, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
1348 Create(const ASTContext &C, bool HasUnresolvedUsing, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
1399 QualType BaseType = getBaseType().getNonReferenceType(); local
[all...]
H A DType.cpp1832 UnaryTransformType::UnaryTransformType(QualType BaseType, argument
2055 Profile(llvm::FoldingSetNodeID &ID, QualType BaseType, ObjCProtocolDecl * const *Protocols, unsigned NumProtocols) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp273 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h271 QualType BaseType; member in class:clang::CodeCompletionContext
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1473 const Type* BaseType = Base->getType().getTypePtrOrNull(); local
H A DParseDeclCXX.cpp1748 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation); local
H A DParseDecl.cpp3601 TypeResult BaseType; local
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp67 } BaseType; member in struct:__anon2427::Address
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp1451 QualType BaseType = getContext().getBaseElementType(Ty); local
H A DCodeGenFunction.cpp1225 llvm::Type *BaseType = ConvertType(eltType)->getPointerTo(AddressSpace); local
H A DCGClass.cpp392 const Type *BaseType = BaseInit->getBaseClass(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp786 QualType BaseType = local
H A DSemaExprMember.cpp429 Sema::ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType, argument
485 << SS.getRange() << rep << BaseType; local
473 DiagnoseQualifiedMemberReference(Sema &SemaRef, Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, NamedDecl *rep, const DeclarationNameInfo &nameInfo) argument
500 CheckQualifiedMemberReference(Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, const LookupResult &R) argument
664 BuildMemberReferenceExpr(Expr *Base, QualType BaseType, SourceLocation OpLoc, bool IsArrow, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
881 QualType BaseType = BaseExprType; local
1707 QualType BaseType = BaseExpr->getType(); local
[all...]
H A DSemaInit.cpp2737 void InitializationSequence::AddDerivedToBaseCastStep(QualType BaseType, argument
H A DSemaLookup.cpp2087 const RecordType *BaseType = Base->getType()->getAs<RecordType>(); local
3128 QualType BaseType = B->getType(); local
H A DSemaType.cpp5468 QualType Sema::BuildUnaryTransformType(QualType BaseType, argument
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp60 } BaseType; member in struct:__anon2324::Address

Completed in 419 milliseconds

12