Searched refs:AddScopes (Results 1 – 3 of 3) sorted by relevance
902 if (BuildOpts.AddScopes) in appendScopeBegin()907 if (BuildOpts.AddScopes) in prependScopeBegin()912 if (BuildOpts.AddScopes) in appendScopeEnd()917 if (BuildOpts.AddScopes) in prependScopeEnd()1744 if (!BuildOpts.AddScopes) in getDeclsWithEndedScope()1768 if (BuildOpts.AddScopes) in addAutomaticObjHandling()1943 !BuildOpts.AddScopes) in addLocalScopeForStmt()1969 !BuildOpts.AddScopes) in addLocalScopeForDeclStmt()2026 !BuildOpts.AddScopes) in addLocalScopeForVarDecl()2034 if (!hasTrivialDestructor(VD) || BuildOpts.AddScopes) { in addLocalScopeForVarDecl()[all …]
83 cfgBuildOptions.AddScopes = addScopes; in AnalysisDeclContextManager()
1247 bool AddScopes = false; variable