Searched refs:GuardedScope (Results 1 – 2 of 2) sorted by relevance
156 auto *GuardedScope = const_cast<CompoundStmt *>(FirstCompondStmt); in isGuardedScopeEmbeddedInGuardianScope() local157 return guardianVisitor.TraverseCompoundStmt(GuardedScope); in isGuardedScopeEmbeddedInGuardianScope()
4877 const char *GuardedScope = underscoreAttrScope(Scope); in CodeCompleteAttribute() local4878 if (!GuardedScope) in CodeCompleteAttribute()4880 Add(GuardedScope, Name, /*Underscores=*/true); in CodeCompleteAttribute()