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
35 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
52 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
81 Stmt *AnalysisDeclContext::getBody() const {
95 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const {
111 void AnalysisDeclContext::registerForcedBlockExpression(const Stmt *stmt) {
121 AnalysisDeclContext::getBlockForRegisteredExpression(const Stmt *stmt)
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
47 /// to AnalysisDeclContext.
61 // static [Derived*] create(AnalysisDeclContext &Ctx);
63 // which creates the analysis object given an AnalysisDeclContext.
67 /// AnalysisDeclContext contains the context data for the function or method
69 class AnalysisDeclContext {
71 /// AnalysisDeclContext. This may be null.
100 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
104 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
109 ~AnalysisDeclContext();
    [all...]

Completed in 216 milliseconds