/llvm-project/mlir/lib/Target/LLVMIR/Dialect/ |
H A D | OpenMPCommon.cpp | 35 if (auto nameLoc = dyn_cast<NameLoc>(loc)) { in createMappingInformation() local
|
/llvm-project/mlir/lib/IR/ |
H A D | Location.cpp | 56 __anon5a6c79df0302(NameLoc nameLoc) walk() argument
|
H A D | Diagnostics.cpp | 553 __anonb0492c7e0602(NameLoc nameLoc) findLocToShow() argument
|
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/ |
H A D | DIScopeForLLVMFuncOp.cpp | 30 if (auto nameLoc = dyn_cast<NameLoc>(loc)) in extractFileLoc() local
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Parser.cpp | 358 SMLoc nameLoc = getToken().getLoc(); parseResourceHandle() local 1509 CustomOpAsmParser(SMLoc nameLoc,ArrayRef<OperationParser::ResultRecord> resultIDs,function_ref<ParseResult (OpAsmParser &,OperationState &)> parseAssembly,bool isIsolatedFromAbove,StringRef opName,OperationParser & parser) CustomOpAsmParser() argument 2228 SMLoc nameLoc = getToken().getLoc(); parseBlock() local 2644 SMLoc nameLoc = getToken().getLoc(); parseResourceFileMetadata() local 2658 __anon9a73a0461b02(StringRef name, SMLoc nameLoc) parseDialectResourceFileMetadata() argument 2687 __anon9a73a0461d02(StringRef name, SMLoc nameLoc) parseExternalResourceFileMetadata() argument [all...] |
H A D | AsmParserState.cpp | 247 Operation *op, SMRange nameLoc, SMLoc endLoc, in finalizeOperationDefinition() argument
|
H A D | AsmParserImpl.h | 30 AsmParserImpl(SMLoc nameLoc, Parser &parser) in AsmParserImpl() argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 70 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) { in ObjCContainerDecl() argument 1477 Create(ASTContext & ctx,DeclContext * dc,ObjCTypeParamVariance variance,SourceLocation varianceLoc,unsigned index,SourceLocation nameLoc,IdentifierInfo * name,SourceLocation colonLoc,TypeSourceInfo * boundInfo) Create() argument 1931 ObjCProtocolDecl(ASTContext & C,DeclContext * DC,IdentifierInfo * Id,SourceLocation nameLoc,SourceLocation atStartLoc,ObjCProtocolDecl * PrevDecl) ObjCProtocolDecl() argument 1943 Create(ASTContext & C,DeclContext * DC,IdentifierInfo * Id,SourceLocation nameLoc,SourceLocation atStartLoc,ObjCProtocolDecl * PrevDecl) Create() argument 2184 Create(ASTContext & C,DeclContext * DC,const IdentifierInfo * Id,ObjCInterfaceDecl * ClassInterface,SourceLocation nameLoc,SourceLocation atStartLoc,SourceLocation CategoryNameLoc) Create() argument 2287 Create(ASTContext & C,DeclContext * DC,ObjCInterfaceDecl * ClassInterface,ObjCInterfaceDecl * SuperDecl,SourceLocation nameLoc,SourceLocation atStartLoc,SourceLocation superLoc,SourceLocation IvarLBraceLoc,SourceLocation IvarRBraceLoc) Create() argument [all...] |
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Parser.cpp | 1111 SMRange nameLoc = curToken.getLoc(); parseArgumentDecl() local 1134 SMRange nameLoc = curToken.getLoc(); parseResultDecl() local 1611 defineVariableDecl(StringRef name,SMRange nameLoc,ast::Type type,ast::Expr * initExpr,ArrayRef<ast::ConstraintRef> constraints) defineVariableDecl() argument 1633 defineVariableDecl(StringRef name,SMRange nameLoc,ast::Type type,ArrayRef<ast::ConstraintRef> constraints) defineVariableDecl() argument 1906 SMRange nameLoc = curToken.getLoc(); parseIdentifierExpr() local 2233 SMRange nameLoc = curToken.getLoc(); parseUnderscoreExpr() local [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | DebugTranslation.cpp | 488 } else if (auto nameLoc = dyn_cast<NameLoc>(loc)) { translateLoc() local
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Nodes.h | 558 unsigned numAttributes, SMRange nameLoc) in OperationExpr() 570 SMRange nameLoc; variable
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 257 SourceLocation nameLoc = ConsumeToken(); ParseObjCAtInterfaceDeclaration() local 2082 SourceLocation nameLoc = ConsumeToken(); ParseObjCAtProtocolDeclaration() local 2180 SourceLocation nameLoc = ConsumeToken(); // consume class or category name ParseObjCAtImplementationDeclaration() local [all...] |
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 631 SMRange nameLoc = name ? name->getLoc() : patternDecl->getLoc(); in findDocumentSymbols() local 639 SMRange nameLoc = cDecl->getName().getLoc(); in findDocumentSymbols() local 647 SMRange nameLoc = cDecl->getName().getLoc(); in findDocumentSymbols() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 596 SourceLocation nameLoc, IdentifierInfo *name, in ObjCTypeParamDecl() argument 2477 ObjCImplDecl(Kind DK,DeclContext * DC,ObjCInterfaceDecl * classInterface,const IdentifierInfo * Id,SourceLocation nameLoc,SourceLocation atStartLoc) ObjCImplDecl() argument 2548 ObjCCategoryImplDecl(DeclContext * DC,const IdentifierInfo * Id,ObjCInterfaceDecl * classInterface,SourceLocation nameLoc,SourceLocation atStartLoc,SourceLocation CategoryNameLoc) ObjCCategoryImplDecl() argument [all...] |
H A D | ExprCXX.h | 945 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) in MSPropertyRefExpr() argument
|
/llvm-project/mlir/test/CAPI/ |
H A D | ir.c | 2398 MlirLocation nameLoc = testDiagnostics() local
|