Searched refs:refLoc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/ |
| H A D | TableGenServer.cpp | 166 auto insertRef = [&](TableGenIndexSymbol *sym, SMRange refLoc, in initialize() 168 const char *startLoc = refLoc.Start.getPointer(); in initialize() 169 const char *endLoc = refLoc.End.getPointer(); in initialize() 174 refLoc = lsp::convertTokenLocToRange(SMLoc::getFromPointer(startLoc)); in initialize() 175 startLoc = refLoc.Start.getPointer(); in initialize() 176 endLoc = refLoc.End.getPointer(); in initialize() 192 sym->references.push_back(refLoc); in initialize() 401 for (SMRange refLoc : symbol->references) in findReferencesOf() local 402 references.push_back(getLocationFromLoc(sourceMgr, refLoc, uri)); in findReferencesOf()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 276 bool checkRef(SourceLocation refLoc, SourceLocation declLoc) { in checkRef() argument 278 referenceLoc = refLoc; in checkRef()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 242 auto insertDeclRef = [&](PDLIndexSymbol *sym, SMRange refLoc, in initialize() 244 const char *startLoc = refLoc.Start.getPointer(); in initialize() 245 const char *endLoc = refLoc.End.getPointer(); in initialize() 249 sym->references.push_back(refLoc); in initialize() 252 auto insertODSOpRef = [&](StringRef opName, SMRange refLoc) { in initialize() argument 259 insertDeclRef(symbol, refLoc); in initialize() 479 for (SMRange refLoc : symbol->references) in findReferencesOf() local 480 references.push_back(getLocationFromLoc(sourceMgr, refLoc, uri)); in findReferencesOf()
|
| /llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/ |
| H A D | Nodes.h | 673 ConstraintRef(const ConstraintDecl *constraint, SMRange refLoc) in ConstraintRef() 674 : constraint(constraint), referenceLoc(refLoc) {} in ConstraintRef()
|