Home | History | Annotate | Download | only in Sema

Lines Matching refs:Visibility

3387       // FIXME: Check visibility. New is hidden but has a complete type. If New
8503 // If there's a #pragma GCC visibility in scope, and this isn't a class
8504 // member, set the visibility of this function.
10623 // If there's a #pragma GCC visibility in scope, and this isn't a class
10624 // member, set the visibility of this variable.
12732 // has different visibility from that entity: it either makes
13104 // If there's a #pragma GCC visibility in scope, set the visibility of this
13123 // If there's a #pragma GCC visibility in scope, set the visibility of this
13688 /// TranslateIvarVisibility - Translate visibility from a token ID to an
13706 tok::ObjCKeywordKind Visibility) {
13741 // Get the visibility (access control) for this ivar.
13743 Visibility != tok::objc_not_keyword ? TranslateIvarVisibility(Visibility)