Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4475 const IdentifierInfo *InScope) { in CodeCompleteAttribute() argument
4494 if (InScope) { in CodeCompleteAttribute()
4495 InScopeName = InScope->getName(); in CodeCompleteAttribute()
4584 if (!(InScope && !InScopeUnderscore) && SyntaxSupportsGuards) { in CodeCompleteAttribute()