HomeSort by relevance Sort by last modified time
    Searched refs:InlineLambdas (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 337 if (!InlineLambdas.hasValue())
338 InlineLambdas = getBooleanOption("inline-lambdas", /*Default=*/true);
339 return InlineLambdas.getValue();
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 263 Optional<bool> InlineLambdas;

Completed in 1984 milliseconds