Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4493 bool InScopeUnderscore = false; in CodeCompleteAttribute() local
4498 InScopeUnderscore = true; in CodeCompleteAttribute()
4578 if (!InScopeUnderscore) in CodeCompleteAttribute()
4584 if (!(InScope && !InScopeUnderscore) && SyntaxSupportsGuards) { in CodeCompleteAttribute()