HomeSort by: relevance | last modified time | path
    Searched defs:AnOpts (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistry.h 92 DiagnosticsEngine &Diags, AnalyzerOptions &AnOpts,
193 AnalyzerOptions &AnOpts;
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 242 AnalyzerOptions &AnOpts = *Clang->getAnalyzerOpts();
245 if (AnOpts.ShowCheckerHelp || AnOpts.ShowCheckerHelpAlpha ||
246 AnOpts.ShowCheckerHelpDeveloper) {
252 if (AnOpts.ShowCheckerOptionList || AnOpts.ShowCheckerOptionAlphaList ||
253 AnOpts.ShowCheckerOptionDeveloperList) {
259 if (AnOpts.ShowEnabledCheckerList) {
265 if (AnOpts.ShowConfigOptionsList) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp 608 const AnalyzerOptions &AnOpts = Mgr.getAnalyzerOptions();
611 ChOpts.IsPedantic = AnOpts.getCheckerBooleanOption(Chk, "Pedantic");
612 ChOpts.ShouldConvertNotesToWarnings = AnOpts.getCheckerBooleanOption(
614 ChOpts.CheckPointeeInitialization = AnOpts.getCheckerBooleanOption(
617 std::string(AnOpts.getCheckerStringOption(Chk, "IgnoreRecordsWithField"));
619 AnOpts.getCheckerBooleanOption(Chk, "IgnoreGuardedFields");

Completed in 20 milliseconds