Searched defs:getConfig (Results 1 – 4 of 4) sorted by relevance
280 const DataFlowConfig &getConfig() const { return config; } getConfig() function
169 Config Provider::getConfig(const Params &P, DiagnosticCallback DC) const { in getConfig() function in clang::clangd::config::Provider
257 const CallExpr *getConfig() const { in getConfig() function 260 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function
989 const ConversionConfig &IRRewrite::getConfig() const { getConfig() function in IRRewrite