Searched defs:Id (Results 101 - 125 of 160) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h362 NodeId Id = 0; member in struct:NodeAddr
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1731 IdentifierInfo *Id = TD->getIdentifier(); local
H A DSemaLambda.cpp741 buildLambdaInitCaptureInitialization( SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc, std::optional<unsigned> NumExpansions, IdentifierInfo *Id, bool IsDirectInit, Expr *&Init) argument
807 createLambdaInitCaptureVarDecl( SourceLocation Loc, QualType InitCaptureType, SourceLocation EllipsisLoc, IdentifierInfo *Id, unsigned InitStyle, Expr *Init, DeclContext *DeclCtx) argument
[all...]
H A DSemaExprMember.cpp1746 ActOnMemberAccessExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, Decl *ObjCImpDecl) argument
H A DSema.cpp309 DeclarationName Id = &Context.Idents.get("id"); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp612 CallInst *IRBuilderBase::CreateMaskedIntrinsic(Intrinsic::ID Id, argument
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2279 IdentifierInfo *Id = Tok.getIdentifierInfo(); local
H A DParser.cpp1737 Id = static_cast<TemplateIdAnnotation *>(tok.getAnnotationValue()); local
1937 UnqualifiedId Id; local
H A DParseDeclCXX.cpp1318 IdentifierInfo *Id = Tok.getIdentifierInfo(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h294 void setBinding(StringRef Id, const DynTypedNode &DynNode) { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1210 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc, SourceLocation IdLoc, IdentifierInfo *Id, bool Typename, bool HasTypeConstraint, std::optional<unsigned> NumExpanded) argument
1409 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
1614 TemplateTemplateParmDecl(DeclContext *DC, SourceLocation L, unsigned D, unsigned P, bool ParameterPack, IdentifierInfo *Id, TemplateParameterList *Params) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2131 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, const IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass SC) argument
2148 Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, SourceLocation IdL, const IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S) argument
[all...]
H A DDeclObjC.cpp235 ObjCPropertyDecl *ObjCContainerDecl::getProperty(const IdentifierInfo *Id, argument
68 ObjCContainerDecl(Kind DK, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc) argument
1542 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCTypeParamList *typeParamList, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
1567 ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc, IdentifierInfo *Id, ObjCTypeParamList *typeParamList, SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) argument
1839 Create(ASTContext &C, ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
1917 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
1936 ObjCProtocolDecl(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
1947 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, SourceLocation nameLoc, SourceLocation atStartLoc, ObjCProtocolDecl *PrevDecl) argument
2123 ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
2136 Create(ASTContext &C, DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
2194 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, SourceLocation atStartLoc, SourceLocation CategoryNameLoc) argument
2259 FindPropertyImplDecl(IdentifierInfo *Id, ObjCPropertyQueryKind QueryKind) const argument
2349 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, ObjCInterfaceDecl* AliasedClass) argument
2368 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLoc, SourceLocation LParenLoc, QualType T, TypeSourceInfo *TSI, PropertyControl propControl) argument
[all...]
H A DDeclTemplate.cpp639 Create( const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, SourceLocation NameLoc, unsigned D, unsigned P, IdentifierInfo *Id, bool Typename, bool ParameterPack, bool HasTypeConstraint, std::optional<unsigned> NumExpanded) argument
716 NonTypeTemplateParmDecl( DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) argument
734 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
749 Create( const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) argument
808 TemplateTemplateParmDecl( DeclContext *DC, SourceLocation L, unsigned D, unsigned P, IdentifierInfo *Id, TemplateParameterList *Params, ArrayRef<TemplateParameterList *> Expansions) argument
821 Create(const ASTContext &C, DeclContext *DC, SourceLocation L, unsigned D, unsigned P, bool ParameterPack, IdentifierInfo *Id, TemplateParameterList *Params) argument
830 Create(const ASTContext &C, DeclContext *DC, SourceLocation L, unsigned D, unsigned P, IdentifierInfo *Id, TemplateParameterList *Params, ArrayRef<TemplateParameterList *> Expansions) argument
[all...]
H A DStmtPrinter.cpp1432 IdentifierInfo *Id = ON.getFieldName(); local
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp144 Node &getMutableNode(NodeId Id) { return Nodes[Id]; } argument
190 int Id = 0, Depth = 0; member in struct:clang::diff::__anon1044::PreorderVisitor
334 isInSubtree(NodeId Id, NodeId SubtreeRoot) const argument
338 findPositionInParent(NodeId Id, bool Shifted) const argument
474 int Id = 0; member in struct:clang::diff::SNodeId
476 SNodeId(int Id) argument
749 open(NodeId Id) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1533 IdentifierInfo *Id = PP.getIdentifierInfo(ConfigMacro); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp827 std::optional<uint32_t> Id = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp517 uint32_t Id = TypeEntry->getId(); local
525 uint32_t Id = TypeEntry->getId(); local
1249 unsigned Id; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1227 unsigned Id = MI->getOperand(OpNo).getImm() & ((1 << 6) - 1); local
1236 O << " invalid_target_" << Id; local
1660 int Id = 0; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp557 TopoSigId Id; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp288 explicit ChainT(uint64_t Id, NodeT *Node) argument
352 uint64_t Id; member in struct:__anon2981::ChainT
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1796 Identifier(StringRef Id): SExpr(COP_Identifier), Name(Id) {} argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2174 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, MemberFuncIdRecord &Id, argument
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp131 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod, argument
1806 parseModuleId(ModuleId &Id) argument
2262 ModuleId Id; local
2787 formatModuleId(const ModuleId &Id) argument
[all...]

Completed in 563 milliseconds

1234567