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.cpp4592 const IdentifierInfo *InScope) { in CodeCompleteAttribute() argument
4611 if (InScope) { in CodeCompleteAttribute()
4612 InScopeName = InScope->getName(); in CodeCompleteAttribute()
4701 if (!(InScope && !InScopeUnderscore) && SyntaxSupportsGuards) { in CodeCompleteAttribute()