Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigProvider.cpp168 Config Provider::getConfig(const Params &P, DiagnosticCallback DC) const { in getConfig() function in clang::clangd::config::Provider
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h258 const CallExpr *getConfig() const { in getConfig() function
261 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function