Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1419 static bool CHRScopeSorter(CHRScope *Scope1, CHRScope *Scope2) { in CHRScopeSorter() argument
1420 return Scope1->RegInfos[0].R->getDepth() < Scope2->RegInfos[0].R->getDepth(); in CHRScopeSorter()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4647 if (const char *Scope2 = underscoreAttrScope(Scope)) in CodeCompleteAttribute() local
4648 Results.AddResult(CodeCompletionResult(Scope2)); in CodeCompleteAttribute()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4474 llvm::TimeTraceScope Scope2("Read Loaded AST", F.ModuleName); in ReadAST() local