Searched refs:InScopeName (Results 1 – 1 of 1) sorted by relevance
4780 llvm::StringRef InScopeName; in CodeCompleteAttribute() local4783 InScopeName = InScope->getName(); in CodeCompleteAttribute()4784 if (const char *NoUnderscore = noUnderscoreAttrScope(InScopeName)) { in CodeCompleteAttribute()4785 InScopeName = NoUnderscore; in CodeCompleteAttribute()4826 if (!InScopeName.empty()) { in CodeCompleteAttribute()4827 if (Scope != InScopeName) in CodeCompleteAttribute()