Home
last modified time | relevance | path

Searched defs:nameLoc (Results 1 – 16 of 16) sorted by relevance

/llvm-project/mlir/lib/Target/LLVMIR/Dialect/
H A DOpenMPCommon.cpp35 if (auto nameLoc = dyn_cast<NameLoc>(loc)) { in createMappingInformation() local
/llvm-project/mlir/lib/IR/
H A DLocation.cpp56 __anon5a6c79df0302(NameLoc nameLoc) walk() argument
H A DDiagnostics.cpp553 __anonb0492c7e0602(NameLoc nameLoc) findLocToShow() argument
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/
H A DDIScopeForLLVMFuncOp.cpp30 if (auto nameLoc = dyn_cast<NameLoc>(loc)) in extractFileLoc() local
/llvm-project/mlir/lib/AsmParser/
H A DParser.cpp358 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 DAsmParserState.cpp247 Operation *op, SMRange nameLoc, SMLoc endLoc, in finalizeOperationDefinition() argument
H A DAsmParserImpl.h30 AsmParserImpl(SMLoc nameLoc, Parser &parser) in AsmParserImpl() argument
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp70 : 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 DParser.cpp1111 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 DDebugTranslation.cpp488 } else if (auto nameLoc = dyn_cast<NameLoc>(loc)) { translateLoc() local
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h558 unsigned numAttributes, SMRange nameLoc) in OperationExpr()
570 SMRange nameLoc; variable
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp257 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 DPDLLServer.cpp631 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 DDeclObjC.h596 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 DExprCXX.h945 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) in MSPropertyRefExpr() argument
/llvm-project/mlir/test/CAPI/
H A Dir.c2398 MlirLocation nameLoc = testDiagnostics() local