reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclBase.h
 1773     return static_cast<Decl::Kind>(DeclContextBits.DeclKind);
 2331     DeclContextBits.HasLazyExternalLexicalLookups = true;
 2344     return DeclContextBits.ExternalLexicalStorage;
 2350     DeclContextBits.ExternalLexicalStorage = ES;
 2356     return DeclContextBits.ExternalVisibleStorage;
 2362     DeclContextBits.ExternalVisibleStorage = ES;
 2364       DeclContextBits.NeedToReconcileExternalVisibleStorage = true;
 2375     bool old_value = DeclContextBits.UseQualifiedLookup;
 2376     DeclContextBits.UseQualifiedLookup = use;
 2381     return DeclContextBits.UseQualifiedLookup;
 2398     return DeclContextBits.NeedToReconcileExternalVisibleStorage;
 2406     DeclContextBits.NeedToReconcileExternalVisibleStorage = Need;
 2412     return DeclContextBits.HasLazyLocalLexicalLookups;
 2418     DeclContextBits.HasLazyLocalLexicalLookups = HasLLLL;
 2424     return DeclContextBits.HasLazyExternalLexicalLookups;
 2430     DeclContextBits.HasLazyExternalLexicalLookups = HasLELL;
tools/clang/lib/AST/DeclBase.cpp
 1005   DeclContextBits.DeclKind = K;