Searched refs:AddScopes (Results 1 – 3 of 3) sorted by relevance
898 if (BuildOpts.AddScopes) in appendScopeBegin()903 if (BuildOpts.AddScopes) in prependScopeBegin()908 if (BuildOpts.AddScopes) in appendScopeEnd()913 if (BuildOpts.AddScopes) in prependScopeEnd()1736 if (!BuildOpts.AddScopes) in getDeclsWithEndedScope()1760 if (BuildOpts.AddScopes) in addAutomaticObjHandling()1945 !BuildOpts.AddScopes) in addLocalScopeForStmt()1971 !BuildOpts.AddScopes) in addLocalScopeForDeclStmt()2028 !BuildOpts.AddScopes) in addLocalScopeForVarDecl()2041 if (!hasTrivialDestructor(VD) || BuildOpts.AddScopes) { in addLocalScopeForVarDecl()[all …]
83 cfgBuildOptions.AddScopes = addScopes; in AnalysisDeclContextManager()
1246 bool AddScopes = false; variable