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

/external/clang/test/SemaCXX/
H A Dmissing-header.cpp5 class AnalysisDeclContext {}; class
6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h10 // This file defines AnalysisDeclContext, a class that manages the analysis
43 /// to AnalysisDeclContext.
57 // static [Derived*] create(AnalysisDeclContext &Ctx);
59 // which creates the analysis object given an AnalysisDeclContext.
63 /// AnalysisDeclContext contains the context data for the function or method
65 class AnalysisDeclContext { class in namespace:clang
67 /// AnalysisDeclContext. This may be null.
90 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
93 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
97 ~AnalysisDeclContext();
[all...]
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp1 //== 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, function in class:AnalysisDeclContext
53 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr, function in class:AnalysisDeclContext
92 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const {
120 Stmt *AnalysisDeclContext::getBody() const {
125 bool AnalysisDeclContext::isBodyAutosynthesized() const {
131 const ImplicitParamDecl *AnalysisDeclContext
[all...]

Completed in 351 milliseconds