Searched refs:referenceLoc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 251 SourceLocation &referenceLoc, &declarationLoc; member in __anon6cdd62940211::AutoreleasePoolRewriter::NameReferenceChecker 255 SourceLocation &referenceLoc, in NameReferenceChecker() argument 257 : Ctx(ctx), referenceLoc(referenceLoc), in NameReferenceChecker() 278 referenceLoc = refLoc; in checkRef() 301 SourceLocation referenceLoc, declarationLoc; in handlePoolScope() local 317 referenceLoc, in handlePoolScope() 328 "NSAutoreleasePool scope that it was declared in", referenceLoc); in handlePoolScope()
|
| /llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/ |
| H A D | Nodes.h | 674 : constraint(constraint), referenceLoc(refLoc) {} in ConstraintRef() 679 SMRange referenceLoc; member
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Parser.cpp | 1118 return createArgOrResultVariableDecl("", cst->referenceLoc, *cst); in parseResultDecl() 2321 constraint.referenceLoc, in parseLetStmt() 2605 return emitError(ref.referenceLoc, in validateVariableConstraint() 2613 return emitErrorAndNote(ref.referenceLoc, in validateVariableConstraint() 2632 return emitError(ref.referenceLoc, in validateVariableConstraint()
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/ |
| H A D | MLIRGen.cpp | 370 genConstraintCall(userCst, genLoc(ref.referenceLoc), values); in applyVarConstraints()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 277 insertDeclRef(getOrInsertDef(it.constraint), it.referenceLoc); in initialize()
|