HomeSort by relevance Sort by last modified time
    Searched refs:AnalysisDeclContext (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/SemaCXX/
missing-header.cpp 5 class AnalysisDeclContext {};
6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {
  /external/clang/include/clang/Analysis/Analyses/
ReachableCode.h 28 class AnalysisDeclContext;
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
LiveVariables.h 72 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
95 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
108 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 28 class AnalysisDeclContext;
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
LiveVariables.h 71 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
94 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 28 class AnalysisDeclContext;
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
LiveVariables.h 71 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
94 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 28 class AnalysisDeclContext;
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
LiveVariables.h 71 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
94 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 28 class AnalysisDeclContext;
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
LiveVariables.h 71 static LiveVariables *computeLiveness(AnalysisDeclContext &analysisContext,
94 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 28 class AnalysisDeclContext;
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 28 class AnalysisDeclContext;
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 28 class AnalysisDeclContext;
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 28 class AnalysisDeclContext;
64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
  /external/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
44 /// to AnalysisDeclContext.
58 // static [Derived*] create(AnalysisDeclContext &Ctx);
60 // which creates the analysis object given an AnalysisDeclContext.
64 /// AnalysisDeclContext contains the context data for the function or method
66 class AnalysisDeclContext {
68 /// AnalysisDeclContext. This may be null.
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 ~AnalysisDeclContext();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
44 /// to AnalysisDeclContext.
58 // static [Derived*] create(AnalysisDeclContext &Ctx);
60 // which creates the analysis object given an AnalysisDeclContext.
64 /// AnalysisDeclContext contains the context data for the function or method
66 class AnalysisDeclContext {
68 /// AnalysisDeclContext. This may be null.
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 ~AnalysisDeclContext();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
44 /// to AnalysisDeclContext.
58 // static [Derived*] create(AnalysisDeclContext &Ctx);
60 // which creates the analysis object given an AnalysisDeclContext.
64 /// AnalysisDeclContext contains the context data for the function or method
66 class AnalysisDeclContext {
68 /// AnalysisDeclContext. This may be null.
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 ~AnalysisDeclContext();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
44 /// to AnalysisDeclContext.
58 // static [Derived*] create(AnalysisDeclContext &Ctx);
60 // which creates the analysis object given an AnalysisDeclContext.
64 /// AnalysisDeclContext contains the context data for the function or method
66 class AnalysisDeclContext {
68 /// AnalysisDeclContext. This may be null.
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 ~AnalysisDeclContext();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
44 /// to AnalysisDeclContext.
58 // static [Derived*] create(AnalysisDeclContext &Ctx);
60 // which creates the analysis object given an AnalysisDeclContext.
64 /// AnalysisDeclContext contains the context data for the function or method
66 class AnalysisDeclContext {
68 /// AnalysisDeclContext. This may be null.
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 ~AnalysisDeclContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
44 /// to AnalysisDeclContext.
58 // static [Derived*] create(AnalysisDeclContext &Ctx);
60 // which creates the analysis object given an AnalysisDeclContext.
64 /// AnalysisDeclContext contains the context data for the function or method
66 class AnalysisDeclContext {
68 /// AnalysisDeclContext. This may be null.
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 ~AnalysisDeclContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
44 /// to AnalysisDeclContext.
58 // static [Derived*] create(AnalysisDeclContext &Ctx);
60 // which creates the analysis object given an AnalysisDeclContext.
64 /// AnalysisDeclContext contains the context data for the function or method
66 class AnalysisDeclContext {
68 /// AnalysisDeclContext. This may be null.
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 ~AnalysisDeclContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
44 /// to AnalysisDeclContext.
58 // static [Derived*] create(AnalysisDeclContext &Ctx);
60 // which creates the analysis object given an AnalysisDeclContext.
64 /// AnalysisDeclContext contains the context data for the function or method
66 class AnalysisDeclContext {
68 /// AnalysisDeclContext. This may be null.
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 ~AnalysisDeclContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 10 // This file defines AnalysisDeclContext, a class that manages the analysis
44 /// to AnalysisDeclContext.
58 // static [Derived*] create(AnalysisDeclContext &Ctx);
60 // which creates the analysis object given an AnalysisDeclContext.
64 /// AnalysisDeclContext contains the context data for the function or method
66 class AnalysisDeclContext {
68 /// AnalysisDeclContext. This may be null.
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 ~AnalysisDeclContext();
    [all...]
  /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,
93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const {
127 Stmt *AnalysisDeclContext::getBody() const {
132 bool AnalysisDeclContext::isBodyAutosynthesized() const {
138 bool AnalysisDeclContext::isBodyAutosynthesizedFromModelFile() const
    [all...]

Completed in 132 milliseconds

1 2 3 4 5 6 7