Searched refs:DeclContextBits (Results 1 – 2 of 2) sorted by relevance
1751 DeclContextBitfields DeclContextBits; member1809 return static_cast<Decl::Kind>(DeclContextBits.DeclKind); in getDeclKind()2367 DeclContextBits.HasLazyExternalLexicalLookups = true; in setMustBuildLookupTable()2380 return DeclContextBits.ExternalLexicalStorage; in hasExternalLexicalStorage()2386 DeclContextBits.ExternalLexicalStorage = ES;2392 return DeclContextBits.ExternalVisibleStorage; in hasExternalVisibleStorage()2398 DeclContextBits.ExternalVisibleStorage = ES;2400 DeclContextBits.NeedToReconcileExternalVisibleStorage = true;2411 bool old_value = DeclContextBits.UseQualifiedLookup;2412 DeclContextBits.UseQualifiedLookup = use;[all …]
1057 DeclContextBits.DeclKind = K; in DeclContext()