Searched refs:defLoc (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/ |
| H A D | TableGenServer.cpp | 107 defLoc(lsp::convertTokenLocToRange(record->getLoc().front())) {} in TableGenIndexSymbol() 110 defLoc(lsp::convertTokenLocToRange(value->getLoc())) {} in TableGenIndexSymbol() 116 SMRange defLoc; member 200 insertRef(sym, sym->defLoc, /*isDef=*/true); in initialize() 214 insertRef(sym, sym->defLoc, /*isDef=*/true); in initialize() 389 locations.push_back(getLocationFromLoc(sourceMgr, symbol->defLoc, uri)); in getLocationsOf() 400 references.push_back(getLocationFromLoc(sourceMgr, symbol->defLoc, uri)); in findReferencesOf()
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | SourceManagerTest.cpp | 393 SourceLocation defLoc = SourceMgr.translateLineCol(mainFileID, 2, 13); in TEST_F() local 398 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F() 404 EXPECT_TRUE(defLoc.isFileID()); in TEST_F()
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | Parser.cpp | 2014 if (auto defLoc = getReferenceLoc(argInfo.name, argInfo.number)) { in parseRegionBody() local 2018 .attachNote(getEncodedSourceLocation(*defLoc)) in parseRegionBody()
|