Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4609 llvm::StringRef InScopeName; in CodeCompleteAttribute() local
4612 InScopeName = InScope->getName(); in CodeCompleteAttribute()
4613 if (const char *NoUnderscore = noUnderscoreAttrScope(InScopeName)) { in CodeCompleteAttribute()
4614 InScopeName = NoUnderscore; in CodeCompleteAttribute()
4654 if (!InScopeName.empty()) { in CodeCompleteAttribute()
4655 if (Scope != InScopeName) in CodeCompleteAttribute()