Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1288 mutable uint64_t ExternalLexicalStorage : 1; variable
2313 return DeclContextBits.ExternalLexicalStorage; in hasExternalLexicalStorage()
2319 DeclContextBits.ExternalLexicalStorage = ES;