Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp337 if (!InlineLambdas.hasValue()) in shouldInlineLambdas()
338 InlineLambdas = getBooleanOption("inline-lambdas", /*Default=*/true); in shouldInlineLambdas()
339 return InlineLambdas.getValue(); in shouldInlineLambdas()
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h263 Optional<bool> InlineLambdas; variable