reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
352 parent.GetDeclContext(context); 355 context.push_back({CompilerContextKind::Module, ConstString(GetName())}); 358 context.push_back({CompilerContextKind::Namespace, ConstString(GetName())}); 361 context.push_back({CompilerContextKind::Struct, ConstString(GetName())}); 364 context.push_back({CompilerContextKind::Union, ConstString(GetName())}); 367 context.push_back({CompilerContextKind::Class, ConstString(GetName())}); 370 context.push_back({CompilerContextKind::Enum, ConstString(GetName())}); 373 context.push_back( 377 context.push_back( 381 context.push_back({CompilerContextKind::Typedef, ConstString(GetName())});