Home
last modified time | relevance | path

Searched refs:curPath (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h68 virtual void codeCompleteIncludeFilename(StringRef curPath) {} in codeCompleteIncludeFilename() argument
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp472 LogicalResult codeCompleteIncludeFilename(StringRef curPath);
3163 LogicalResult Parser::codeCompleteIncludeFilename(StringRef curPath) {
3164 codeCompleteContext->codeCompleteIncludeFilename(curPath); in codeCompleteIncludeFilename() argument
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp905 void codeCompleteIncludeFilename(StringRef curPath) final { in codeCompleteIncludeFilename() argument
908 SmallString<128> nativeRelDir(llvm::sys::path::convert_to_slash(curPath)); in codeCompleteIncludeFilename()
/llvm-project/flang/lib/Lower/
H A DBridge.cpp6243 llvm::SmallString<256> curPath(*path);
6244 llvm::sys::fs::make_absolute(curPath);
6245 llvm::sys::path::remove_dots(curPath);
6246 return mlir::FileLineColLoc::get(&context, curPath.str(), /*line=*/0,
6061 llvm::SmallString<256> curPath(*path); __anonc6773cb57a02() local