Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h530 bool shouldInlineLambdas();
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp336 bool AnalyzerOptions::shouldInlineLambdas() { in shouldInlineLambdas() function in AnalyzerOptions
DExprEngine.cpp1039 if (AMgr.options.shouldInlineLambdas()) { in Visit()
1902 if (AMgr.options.shouldInlineLambdas() && DeclRefEx && in VisitCommonDeclRefExpr()