Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/utils/vscode/src/
H A Dconfig.ts9 return vscode.workspace.getConfiguration('mlir', workspaceFolder)
18 return vscode.workspace.getConfiguration('mlir').update(key, value, target);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h28 llvm::Optional<T> getConfiguration(CheckerManager &Mgr, Checker *Chk, in getConfiguration() function
H A DGenericTaintChecker.cpp727 getConfiguration<TaintConfiguration>(*Mgr, this, Option, ConfigFile); in initTaintRules()
/llvm-project-15.0.7/llvm/utils/vscode/llvm/src/
H A DlitTaskProvider.ts60 … let bld_dir: string | undefined = vscode.workspace.getConfiguration().get("cmake.buildDirectory");