Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4610 bool InScopeUnderscore = false; in CodeCompleteAttribute() local
4615 InScopeUnderscore = true; in CodeCompleteAttribute()
4695 if (!InScopeUnderscore) in CodeCompleteAttribute()
4701 if (!(InScope && !InScopeUnderscore) && SyntaxSupportsGuards) { in CodeCompleteAttribute()