Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.h181 const void *getConfig() { return m_p_config; }; in getConfig() function
/freebsd/contrib/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
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp10186 IConfigPtr const& getConfig() const override { in getConfig() function in Catch::Context