Home
last modified time | relevance | path

Searched refs:DeclContextBits (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1751 DeclContextBitfields DeclContextBits; member
1809 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 …]
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp1057 DeclContextBits.DeclKind = K; in DeclContext()