Searched defs:Name (Results 426 - 450 of 452) sorted by relevance

<<111213141516171819

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1539 UnqualifiedId Name; member in class:clang::Declarator
[all...]
H A DSema.h1373 static NameClassification TypeTemplate(TemplateName Name) { argument
1379 static NameClassification VarTemplate(TemplateName Name) { argument
1385 static NameClassification FunctionTemplate(TemplateName Name) { argument
6762 IdentifierInfo *Name; member in struct:clang::Sema::ObjCArgInfo
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp1270 virtual llvm::GlobalVariable *GetClassGlobal(const std::string &Name) { argument
2742 EmitProtocolList(Twine Name, ObjCProtocolDecl::protocol_iterator begin, ObjCProtocolDecl::protocol_iterator end) argument
2808 EmitPropertyList(Twine Name, const Decl *Container, const ObjCContainerDecl *OCD, const ObjCCommonTypesHelper &ObjCTypes) argument
2863 EmitProtocolMethodTypes(Twine Name, ArrayRef<llvm::Constant*> MethodTypes, const ObjCCommonTypesHelper &ObjCTypes) argument
2903 EmitMethodDescList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
3223 std::string Name = "\\01L_OBJC_METACLASS_" + ID->getNameAsString(); local
3249 std::string Name = "\\01L_OBJC_CLASS_" + ID->getNameAsString(); local
3387 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
3408 SmallString<256> Name; local
3425 CreateMetadataVar(Twine Name, llvm::Constant *Init, const char *Section, unsigned Align, bool AddToUsed) argument
4970 GetNameForMethod(const ObjCMethodDecl *D, const ObjCContainerDecl *CD, SmallVectorImpl<char> &Name) argument
6090 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
6123 std::string Name = "OBJC_IVAR_$_" + Container->getNameAsString() + local
6402 EmitProtocolList(Twine Name, ObjCProtocolDecl::protocol_iterator begin, ObjCProtocolDecl::protocol_iterator end) argument
6655 GetClassGlobal(const std::string &Name) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1142 std::string Name = PDecl->getNameAsString(); local
3111 std::string Name = "_OBJC_PROTOCOL_" + Exp->getProtocol()->getNameAsString(); local
3309 RewriteByRefString(std::string &ResultStr, const std::string &Name, ValueDecl *VD, bool def) argument
3372 std::string Name = (*I)->getNameAsString(); local
3401 std::string Name = (*I)->getNameAsString(); local
3531 std::string Name = (*I)->getNameAsString(); local
3546 std::string Name = (*I)->getNameAsString(); local
3704 BuildUniqueMethodName(std::string &Name, ObjCMethodDecl *MD) argument
3942 StringRef Name = VD->getName(); local
4096 GetExtentOfArgList(const char *Name, const char *&LParen, const char *&RParen) argument
[all...]
H A DRewriteModernObjC.cpp1338 std::string Name = PDecl->getNameAsString(); local
3728 std::string Name = "_OBJC_PROTOCOL_REFERENCE_$_" + local
3878 std::string Name local
4208 RewriteByRefString(std::string &ResultStr, const std::string &Name, ValueDecl *VD, bool def) argument
4275 std::string Name = (*I)->getNameAsString(); local
4304 std::string Name = (*I)->getNameAsString(); local
4434 std::string Name = (*I)->getNameAsString(); local
4449 std::string Name = (*I)->getNameAsString(); local
4630 BuildUniqueMethodName(std::string &Name, ObjCMethodDecl *MD) argument
4887 StringRef Name = VD->getName(); local
5058 GetExtentOfArgList(const char *Name, const char *&LParen, const char *&RParen) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp519 const char *Name = Id->getNameStart(); local
2447 DeclarationName Name = ND->getDeclName(); local
6231 InheritsFromClassNamed(ObjCInterfaceDecl *Class, StringRef Name) argument
[all...]
H A DSemaDeclAttr.cpp267 std::string Name = std::string("'") + AttrName.str() + std::string("'"); local
3502 IdentifierInfo *Name = Attr.getArgAsIdent(0)->Ident; local
2814 mergeSectionAttr(Decl *D, SourceRange Range, StringRef Name, unsigned AttrSpellingListIndex) argument
5235 DeclarationName Name = D->getDeclName(); local
[all...]
H A DSemaExprCXX.cpp2007 void Sema::DeclareGlobalAllocationFunction(DeclarationName Name, argument
47 getInheritingConstructorName(CXXScopeSpec &SS, SourceLocation NameLoc, IdentifierInfo &Name) argument
1802 FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, DeclarationName Name, MultiExprArg Args, DeclContext *Ctx, bool AllowMissing, FunctionDecl *&Operator, bool Diagnose) argument
2094 FindUsualDeallocationFunction(SourceLocation StartLoc, bool CanProvideSize, DeclarationName Name) argument
2136 FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, DeclarationName Name, FunctionDecl* &Operator, bool Diagnose) argument
6070 CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, bool IsIfExists, CXXScopeSpec &SS, UnqualifiedId &Name) argument
[all...]
H A DSemaTemplate.cpp318 DeclarationName Name = Found.getLookupName(); local
134 isTemplateName(Scope *S, CXXScopeSpec &SS, bool hasTemplateKeyword, UnqualifiedId &Name, ParsedType ObjectTypePtr, bool EnteringContext, TemplateTy &TemplateResult, bool &MemberOfUnknownSpecialization) argument
535 maybeDiagnoseTemplateParameterShadow(Sema &SemaRef, Scope *S, SourceLocation Loc, IdentifierInfo *Name) argument
744 ActOnTemplateTemplateParameter(Scope* S, SourceLocation TmpLoc, TemplateParameterList *Params, SourceLocation EllipsisLoc, IdentifierInfo *Name, SourceLocation NameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedTemplateArgument Default) argument
840 CheckClassTemplate(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, TemplateParameterList *TemplateParams, AccessSpecifier AS, SourceLocation ModulePrivateLoc, unsigned NumOuterTemplateParamLists, TemplateParameterList** OuterTemplateParamLists) argument
1921 NoteAllFoundTemplates(TemplateName Name) argument
1946 CheckTemplateIdType(TemplateName Name, SourceLocation TemplateLoc, TemplateArgumentListInfo &TemplateArgs) argument
2848 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result) argument
2952 TemplateName Name = Arg.getAsTemplate(); local
3752 TemplateName Name = SubstDefaultTemplateArgument(*this, Template, local
5002 TemplateName Name = Arg.getArgument().getAsTemplateOrTemplatePattern(); local
5788 TemplateName Name = TemplateD.get(); local
6904 TemplateName Name = TemplateD.get(); local
7089 ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, unsigned TagSpec, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr) argument
7217 DeclarationName Name = NameInfo.getName(); local
7551 ActOnDependentTag(Scope *S, unsigned TagSpec, TagUseKind TUK, const CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation TagLoc, SourceLocation NameLoc) argument
7905 RebuildTypeInCurrentInstantiation(TypeSourceInfo *T, SourceLocation Loc, DeclarationName Name) argument
[all...]
H A DSemaChecking.cpp2881 CXXRecordMembersNamed(StringRef Name, Sema &S, QualType Ty) { argument
3210 StringRef Name = UserTy->getDecl()->getName(); local
3294 StringRef Name = cast<TypedefType>(ExprTy)->getDecl()->getName(); local
H A DSemaDecl.cpp442 UnqualifiedId Name; local
504 isTagTypeWithMissingTag(Sema &SemaRef, LookupResult &Result, Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc) argument
573 ClassifyName(Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc, const Token &NextToken, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC) argument
1083 pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name) argument
3419 CheckAnonMemberRedeclaration(Sema &SemaRef, Scope *S, DeclContext *Owner, DeclarationName Name, SourceLocation NameLoc, unsigned diagnostic) argument
3853 GetNameFromUnqualifiedId(const UnqualifiedId &Name) argument
4005 RebuildDeclaratorInCurrentInstantiation(Sema &S, Declarator &D, DeclarationName Name) argument
4094 DeclarationName Name = NameInfo.getName(); local
4118 diagnoseQualifiedDeclaration(CXXScopeSpec &SS, DeclContext *DC, DeclarationName Name, SourceLocation Loc) argument
4206 DeclarationName Name = NameInfo.getName(); local
4548 findLocallyScopedExternCDecl(DeclarationName Name) argument
4939 DeclarationName Name = GetNameForDeclarator(D).getName(); local
5566 DeclarationName Name = R.getLookupName(); local
5889 DeclarationName Name = Data->Method->getDeclName(); local
6043 DeclarationName Name = NewFD->getDeclName(); local
6222 DeclarationName Name = NameInfo.getName(); local
6560 DeclarationName Name = NameInfo.getName(); local
7590 DeclarationName Name local
9266 CheckParameter(DeclContext *DC, SourceLocation StartLoc, SourceLocation NameLoc, IdentifierInfo *Name, QualType T, TypeSourceInfo *TSInfo, VarDecl::StorageClass StorageClass) argument
10054 IdentifierInfo *Name = FD->getIdentifier(); local
10233 isAcceptableTagRedeclaration(const TagDecl *Previous, TagTypeKind NewTag, bool isDefinition, SourceLocation NewTagLoc, const IdentifierInfo &Name) argument
10328 ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, AccessSpecifier AS, SourceLocation ModulePrivateLoc, MultiTemplateParamsArg TemplateParameterLists, bool &OwnedDecl, bool &IsDependent, SourceLocation ScopedEnumKWLoc, bool ScopedEnumUsesClassTag, TypeResult UnderlyingType) argument
11400 CheckFieldDecl(DeclarationName Name, QualType T, TypeSourceInfo *TInfo, RecordDecl *Record, SourceLocation Loc, bool Mutable, Expr *BitWidth, InClassInitStyle InitStyle, SourceLocation TSSL, AccessSpecifier AS, NamedDecl *PrevDecl, Declarator *D) argument
12949 ActOnPragmaRedefineExtname(IdentifierInfo* Name, IdentifierInfo* AliasName, SourceLocation PragmaLoc, SourceLocation NameLoc, SourceLocation AliasNameLoc) argument
12966 ActOnPragmaWeakID(IdentifierInfo* Name, SourceLocation PragmaLoc, SourceLocation NameLoc) argument
12980 ActOnPragmaWeakAlias(IdentifierInfo* Name, IdentifierInfo* AliasName, SourceLocation PragmaLoc, SourceLocation NameLoc, SourceLocation AliasNameLoc) argument
[all...]
H A DSemaDeclCXX.cpp1681 << Derived << Base << PathDisplayStr << Range << Name; local
1862 DeclarationName Name = NameInfo.getName(); local
1624 CheckDerivedToBaseConversion(QualType Derived, QualType Base, unsigned InaccessibleBaseID, unsigned AmbigiousBaseConvID, SourceLocation Loc, SourceRange Range, DeclarationName Name, CXXCastPath *BasePath) argument
5265 DeclarationName Name = local
5750 DeclarationName Name = Data.Method->getDeclName(); local
6174 DeclarationName Name = local
6966 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
7713 ActOnAliasDeclaration(Scope *S, AccessSpecifier AS, MultiTemplateParamsArg TemplateParamLists, SourceLocation UsingLoc, UnqualifiedId &Name, AttributeList *AttrList, TypeResult Type) argument
8120 DeclarationName Name local
8321 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName( local
8391 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName( local
8583 DeclarationName Name local
8933 DeclarationName Name local
9207 DeclarationName Name = Context.DeclarationNames.getCXXOperatorName(OO_Equal); local
9593 DeclarationName Name = Context.DeclarationNames.getCXXOperatorName(OO_Equal); local
10022 DeclarationName Name local
10188 DeclarationName Name local
11030 BuildExceptionDeclaration(Scope *S, TypeSourceInfo *TInfo, SourceLocation StartLoc, SourceLocation Loc, IdentifierInfo *Name) argument
11322 ActOnTemplatedFriendTag(Scope *S, SourceLocation FriendLoc, unsigned TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, MultiTemplateParamsArg TempParamLists) argument
11571 DeclarationName Name = NameInfo.getName(); local
[all...]
H A DSemaOverload.cpp174 static const char* const Name[(int)ICK_Num_Conversion_Kinds] = { local
7953 Sema::AddArgumentDependentLookupCandidates(DeclarationName Name, argument
8328 DeclarationName Name = cast<OverloadExpr>(E)->getName(); local
10023 static bool canBeDeclaredInNamespace(const DeclarationName &Name) { argument
H A DTreeTransform.h2542 const IdentifierInfo &Name local
840 RebuildDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args) argument
3000 DeclarationName Name = NameInfo.getName(); local
3049 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
9651 RebuildTemplateName(CXXScopeSpec &SS, const IdentifierInfo &Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument
9674 UnqualifiedId Name; local
[all...]
H A DSemaExpr.cpp856 UnqualifiedId Name; local
1711 DeclarationName Name = R.getLookupName(); local
1936 DeclarationName Name = NameInfo.getName(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp640 static void EmitBlockID(unsigned ID, const char *Name, argument
655 static void EmitRecordID(unsigned ID, const char *Name, argument
1725 const char *Name = Buffer->getBufferIdentifier(); local
1936 const IdentifierInfo *Name = MacroDirectives[I].first; local
1990 const IdentifierInfo *Name = MacroInfosToEmit[I].Name; local
3277 ComputeHash(DeclarationName Name) argument
3307 EmitKeyDataLength(raw_ostream& Out, DeclarationName Name, data_type_ref Lookup) argument
3336 EmitKey(raw_ostream& Out, DeclarationName Name, unsigned) argument
3418 DeclarationName Name = D->first; local
3484 DeclarationName Name = D->first; local
4410 getMacroRef(MacroInfo *MI, const IdentifierInfo *Name) argument
4434 getMacroDirectivesOffset(const IdentifierInfo *Name) argument
4674 AddDeclarationName(DeclarationName Name, RecordDataImpl &Record) argument
4708 AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc, DeclarationName Name, RecordDataImpl &Record) argument
4848 AddTemplateName(TemplateName Name, RecordDataImpl &Record) argument
[all...]
H A DASTReader.cpp1006 const char *Name = Blob.data(); local
1393 StringRef Name; member in class:__anon3465::IdentifierLookupVisitor
1400 IdentifierLookupVisitor(StringRef Name, unsigned PriorGeneration, unsigned &NumIdentifierLookups, unsigned &NumIdentifierLookupHits) argument
2418 StringRef Name = StringRef((const char*)Data, Len); local
3665 StringRef Name = Blob; local
4175 IdentifierInfo *Name = 0; local
4877 const IdentifierInfo *Name = this->GetIdentifierInfo(*Loc.F, Record, Idx); local
4888 const IdentifierInfo *Name = this->GetIdentifierInfo(*Loc.F, Record, Idx); local
4918 TemplateName Name = ReadTemplateName(*Loc.F, Record, Idx); local
5701 DeclarationName Name; member in class:__anon3471::DeclContextNameLookupVisitor
5705 DeclContextNameLookupVisitor(ASTReader &Reader, SmallVectorImpl<const DeclContext *> &Contexts, DeclarationName Name, SmallVectorImpl<NamedDecl *> &Decls) argument
5786 FindExternalVisibleDeclsByName(const DeclContext *DC, DeclarationName Name) argument
6068 dumpModuleIDMap(StringRef Name, const ContinuousRangeMap<Key, ModuleFile *, InitialCapacity> &Map) argument
6797 ReadDeclarationNameLoc(ModuleFile &F, DeclarationNameLoc &DNLoc, DeclarationName Name, const RecordData &Record, unsigned &Idx) argument
6934 TemplateName Name = ReadTemplateName(F, Record, Idx); local
7573 pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name) argument
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Daclocal.h186 ACPI_NAME_UNION Name; /* ACPI Name, always 4 chars per ACPI spec */ member in struct:acpi_namespace_node
350 char Name[ACPI_NAME_SIZE]; member in struct:acpi_name_info
425 char Name[ACPI_NAME_SIZE]; member in struct:acpi_simple_repair_info
816 char *Name; /* Opcode name (disassembler/debug only) */ member in struct:acpi_opcode_info
844 char *Name; /* NULL terminated string */ member in union:acpi_parse_value
905 UINT32 Name; /* 4-byte name or zero if no name */ member in struct:acpi_parse_obj_named
1117 char *Name; member in struct:acpi_interface_info
1132 char *Name; member in struct:acpi_port_info
1259 char *Name; member in struct:acpi_db_method_info
1343 char *Name; member in struct:ah_predefined_name
[all...]
/freebsd-10.1-release/sys/dev/hptrr/
H A Dhptintf.h491 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO
518 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO_V2
540 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO_V3
573 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO_V4
899 HPT_U8 Name[MAX_ARRAYNAME_LEN]; /* array name */ member in struct:_ALTERABLE_ARRAY_INFO
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h120 const char *Name; member in struct:llvm::NamedImmMapper::Mapping
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h4046 const IdentifierInfo *Name; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4104 const IdentifierInfo *Name; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4048 DependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, QualType CanonType) argument
4082 Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3106 ASTContext::getTemplateSpecializationTypeInfo(TemplateName Name, argument
3292 getDependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, QualType Canon) const argument
3324 getDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, const TemplateArgumentListInfo &Args) const argument
3339 getDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, unsigned NumArgs, const TemplateArgument *Args) const argument
3915 getNameForTemplate(TemplateName Name, SourceLocation NameLoc) const argument
[all...]
/freebsd-10.1-release/sys/dev/hpt27xx/
H A Dhptintf.h623 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO
650 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO_V2
672 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO_V3
705 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO_V4
1028 HPT_U8 Name[MAX_ARRAYNAME_LEN]; /* array name */ member in struct:_ALTERABLE_ARRAY_INFO
/freebsd-10.1-release/sys/dev/hptnr/
H A Dhptintf.h681 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO
708 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO_V2
730 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO_V3
763 HPT_U8 Name[MAX_ARRAYNAME_LEN];/* array name */ member in struct:_HPT_ARRAY_INFO_V4
1087 HPT_U8 Name[MAX_ARRAYNAME_LEN]; /* array name */ member in struct:_ALTERABLE_ARRAY_INFO
/freebsd-10.1-release/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h1681 U8 Name[16]; /* 0x20 */ member in struct:_MPI2_CONFIG_PAGE_RAID_VOL_1

Completed in 562 milliseconds

<<111213141516171819