Home
last modified time | relevance | path

Searched defs:getConfig (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h280 const DataFlowConfig &getConfig() const { return config; } getConfig() function
/llvm-project/clang-tools-extra/clangd/
H A DConfigProvider.cpp169 Config Provider::getConfig(const Params &P, DiagnosticCallback DC) const { in getConfig() function in clang::clangd::config::Provider
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h257 const CallExpr *getConfig() const { in getConfig() function
260 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp989 const ConversionConfig &IRRewrite::getConfig() const { getConfig() function in IRRewrite