Home
last modified time | relevance | path

Searched refs:Scope2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1411 static bool CHRScopeSorter(CHRScope *Scope1, CHRScope *Scope2) { in CHRScopeSorter() argument
1412 return Scope1->RegInfos[0].R->getDepth() < Scope2->RegInfos[0].R->getDepth(); in CHRScopeSorter()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4530 if (const char *Scope2 = underscoreAttrScope(Scope)) in CodeCompleteAttribute() local
4531 Results.AddResult(CodeCompletionResult(Scope2)); in CodeCompleteAttribute()