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

  /external/clang/test/SemaCXX/
missing-header.cpp 5 class AnalysisDeclContext {};
6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 1 //== AnalysisDeclContext.cpp - Analysis context for Path Sens analysis -*- C++ -*-//
10 // This file defines AnalysisDeclContext, a class that manages the analysis context
38 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
53 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
92 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const {
113 Stmt *AnalysisDeclContext::getBody() const {
118 bool AnalysisDeclContext::isBodyAutosynthesized() const {
124 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
48 /// to AnalysisDeclContext.
62 // static [Derived*] create(AnalysisDeclContext &Ctx);
64 // which creates the analysis object given an AnalysisDeclContext.
68 /// AnalysisDeclContext contains the context data for the function or method
70 class AnalysisDeclContext {
72 /// AnalysisDeclContext. This may be null.
95 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
102 ~AnalysisDeclContext();
    [all...]

Completed in 265 milliseconds