Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4601 const IdentifierInfo *InScope) { in CodeCompleteAttribute() argument
4620 if (InScope) { in CodeCompleteAttribute()
4621 InScopeName = InScope->getName(); in CodeCompleteAttribute()
4711 if (!(InScope && !InScopeUnderscore) && SyntaxSupportsGuards) { in CodeCompleteAttribute()