Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1420 static bool CHRScopeSorter(CHRScope *Scope1, CHRScope *Scope2) { in CHRScopeSorter() argument
1421 return Scope1->RegInfos[0].R->getDepth() < Scope2->RegInfos[0].R->getDepth(); in CHRScopeSorter()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp4566 if (const char *Scope2 = underscoreAttrScope(Scope)) in CodeCompleteAttribute() local
4567 Results.AddResult(CodeCompletionResult(Scope2)); in CodeCompleteAttribute()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp4297 llvm::TimeTraceScope Scope2("Read Loaded AST", F.ModuleName); in ReadAST() local