Home
last modified time | relevance | path

Searched refs:AddScopes (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/Analysis/
DCFG.cpp898 if (BuildOpts.AddScopes) in appendScopeBegin()
903 if (BuildOpts.AddScopes) in prependScopeBegin()
908 if (BuildOpts.AddScopes) in appendScopeEnd()
913 if (BuildOpts.AddScopes) in prependScopeEnd()
1729 if (!BuildOpts.AddScopes) in getDeclsWithEndedScope()
1753 if (BuildOpts.AddScopes) in addAutomaticObjHandling()
1849 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(*I)) { in addAutomaticObjDtors()
1870 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(*I)) in addAutomaticObjDtors()
1938 !BuildOpts.AddScopes) in addLocalScopeForStmt()
1964 !BuildOpts.AddScopes) in addLocalScopeForDeclStmt()
[all …]
DAnalysisDeclContext.cpp83 cfgBuildOptions.AddScopes = addScopes; in AnalysisDeclContextManager()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h1246 bool AddScopes = false; variable