Searched refs:AddScopes (Results 1 – 3 of 3) sorted by relevance
869 if (BuildOpts.AddScopes) in appendScopeBegin()874 if (BuildOpts.AddScopes) in prependScopeBegin()879 if (BuildOpts.AddScopes) in appendScopeEnd()884 if (BuildOpts.AddScopes) in prependScopeEnd()1608 if (!BuildOpts.AddScopes) in getDeclsWithEndedScope()1632 if (BuildOpts.AddScopes) in addAutomaticObjHandling()1814 !BuildOpts.AddScopes) in addLocalScopeForStmt()1840 !BuildOpts.AddScopes) in addLocalScopeForDeclStmt()1897 !BuildOpts.AddScopes) in addLocalScopeForVarDecl()1910 if (!hasTrivialDestructor(VD) || BuildOpts.AddScopes) { in addLocalScopeForVarDecl()[all …]
83 cfgBuildOptions.AddScopes = addScopes; in AnalysisDeclContextManager()
1024 bool AddScopes = false; variable