Searched refs:Scope2 (Results 1 – 3 of 3) sorted by relevance
1420 static bool CHRScopeSorter(CHRScope *Scope1, CHRScope *Scope2) { in CHRScopeSorter() argument1421 return Scope1->RegInfos[0].R->getDepth() < Scope2->RegInfos[0].R->getDepth(); in CHRScopeSorter()
4657 if (const char *Scope2 = underscoreAttrScope(Scope)) in CodeCompleteAttribute() local4658 Results.AddResult(CodeCompletionResult(Scope2)); in CodeCompleteAttribute()
4483 llvm::TimeTraceScope Scope2("Read Loaded AST", F.ModuleName); in ReadAST() local