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

  /external/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 1 //===-- AnalysisManager.cpp -------------------------------------*- C++ -*-===//
10 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
17 AnalysisManager::AnalysisManager(ASTContext &ctx, DiagnosticsEngine &diags,
43 AnalysisManager::AnalysisManager(ASTContext &ctx, DiagnosticsEngine &diags,
44 AnalysisManager &ParentAM)
70 AnalysisManager::getAnalysisContextInAnotherTU(const Decl *D) {
81 // But it is still owned by the AnalysisManager associated with the current
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 1 //== AnalysisManager.h - Path sensitive analysis data manager ------*- C++ -*-//
10 // This file defines the AnalysisManager class that manages the data and policy
33 class AnalysisManager : public BugReporterData {
50 /// NULL if we don't have multiple translation units. AnalysisManager does
79 AnalysisManager(ASTContext &ctx, DiagnosticsEngine &diags,
92 /// Construct a clone of the given AnalysisManager with the given ASTContext
94 AnalysisManager(ASTContext &ctx, DiagnosticsEngine &diags,
95 AnalysisManager &ParentAM);
97 ~AnalysisManager() { FlushDiagnostics(); }

Completed in 23 milliseconds