Searched refs:InScopeName (Results 1 – 1 of 1) sorted by relevance
4528 llvm::StringRef InScopeName; in CodeCompleteAttribute() local4531 InScopeName = InScope->getName(); in CodeCompleteAttribute()4532 if (const char *NoUnderscore = noUnderscoreAttrScope(InScopeName)) { in CodeCompleteAttribute()4533 InScopeName = NoUnderscore; in CodeCompleteAttribute()4573 if (!InScopeName.empty()) { in CodeCompleteAttribute()4574 if (Scope != InScopeName) in CodeCompleteAttribute()