Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp906 if (BuildOpts.AddScopes) in appendScopeBegin()
911 if (BuildOpts.AddScopes) in prependScopeBegin()
916 if (BuildOpts.AddScopes) in appendScopeEnd()
921 if (BuildOpts.AddScopes) in prependScopeEnd()
1803 if (!BuildOpts.AddScopes) in getDeclsWithEndedScope()
1827 if (BuildOpts.AddScopes) in addAutomaticObjHandling()
1913 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(VD)) { in addAutomaticObjDtors()
1934 if (BuildOpts.AddScopes && DeclsWithEndedScope.count(VD)) in addAutomaticObjDtors()
2003 !BuildOpts.AddScopes) in addLocalScopeForStmt()
2029 !BuildOpts.AddScopes) in addLocalScopeForDeclStmt()
[all …]
H A DAnalysisDeclContext.cpp83 cfgBuildOptions.AddScopes = addScopes; in AnalysisDeclContextManager()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1246 bool AddScopes = false; variable