Home
last modified time | relevance | path

Searched refs:mayInlineTemplateFunctions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h402 bool mayInlineTemplateFunctions();
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp162 bool AnalyzerOptions::mayInlineTemplateFunctions() { in mayInlineTemplateFunctions() function in AnalyzerOptions
H A DExprEngineCallAndReturn.cpp744 if (!Opts.mayInlineTemplateFunctions()) in mayInlineDecl()