Home
last modified time | relevance | path

Searched refs:mayInline (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h88 std::optional<bool> mayInline(const Decl *D) { in mayInline() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1092 std::optional<bool> MayInline = Engine.FunctionSummaries->mayInline(D); in shouldInlineCall()