Searched defs:Id (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp715 unsigned Id = AFI->createPICLabelUId(); local
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h420 void setNodeId(int Id) { NodeId = Id; } argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3370 BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType T, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, bool Invalid) argument
H A DSemaTemplate.cpp2237 IdentifierInfo *Id = D->getIdentifier(); local
H A DSemaDecl.cpp1423 ObjCInterfaceDecl *Sema::getObjCInterfaceDecl(IdentifierInfo *&Id, argument
12244 CheckEnumConstant(EnumDecl *Enum, EnumConstantDecl *LastEnumConst, SourceLocation IdLoc, IdentifierInfo *Id, Expr *Val) argument
12416 ActOnEnumConstant(Scope *S, Decl *theEnumDecl, Decl *lastEnumConst, SourceLocation IdLoc, IdentifierInfo *Id, AttributeList *Attr, SourceLocation EqualLoc, Expr *Val) argument
[all...]
H A DTreeTransform.h882 RebuildDependentNameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Id, SourceLocation IdLoc) argument
1396 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id) argument
[all...]
H A DSemaExpr.cpp1682 Sema::DecomposeUnqualifiedId(const UnqualifiedId &Id, argument
1916 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC, bool IsInlineAsmIdentifier) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h496 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1246 ObjCIvarDecl(ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized, bool backingIvarReferencedInAccessor) argument
1313 ObjCAtDefsFieldDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
1575 ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
1734 IdentifierInfo *Id; member in class:clang::ObjCCategoryImplDecl
1739 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *classInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
1962 ObjCCompatibleAliasDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, ObjCInterfaceDecl* aliasedClass) argument
2031 ObjCPropertyDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLocation, SourceLocation LParenLocation, TypeSourceInfo *T) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h940 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { argument
984 void setLiteralOperatorId(const IdentifierInfo *Id, SourceLocation OpLoc, argument
1852 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { argument
2166 IdentifierInfo *Id; member in struct:LambdaCapture
2170 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo* Id, SourceLocation EllipsisLoc, ExprResult Init, ParsedType InitCaptureType) argument
2190 addCapture(LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo* Id, SourceLocation EllipsisLoc, ExprResult Init, ParsedType InitCaptureType) argument
[all...]
H A DSema.h3385 UnqualifiedId &Id; member in struct:clang::Sema::ActOnMemberAccessExtraArgs
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dactbl1.h202 UINT8 Id; /* Processor ID */ member in struct:acpi_cpep_polling
223 UINT8 Id[1]; /* Full namepath of the EC in the ACPI namespace */ member in struct:acpi_table_ecdt
796 UINT8 Id; /* Processor's local APIC id */ member in struct:acpi_madt_local_apic
807 UINT8 Id; /* I/O APIC ID */ member in struct:acpi_madt_io_apic
867 UINT8 Id; /* I/O SAPIC ID */ member in struct:acpi_madt_io_sapic
881 UINT8 Id; /* SAPIC ID */ member in struct:acpi_madt_local_sapic
898 UINT8 Id; /* Processor ID */ member in struct:acpi_madt_interrupt_source
H A Dactbl2.h619 UINT32 Id; /* Hardware ID of event timer block */ member in struct:acpi_table_hpet
998 UINT16 Id; member in struct:acpi_ivrs_de_header
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7785 QualType ASTContext::GetBuiltinType(unsigned Id, argument
4483 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK, DeclContext *DC, IdentifierInfo *Id) argument
/freebsd-10.2-release/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2099 U8 Id; /* 10h */ member in struct:_CONFIG_PAGE_FC_PORT_10_BASE_SFP_DATA

Completed in 576 milliseconds

123