Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1293 mutable uint64_t ExternalVisibleStorage : 1; variable
2325 return DeclContextBits.ExternalVisibleStorage; in hasExternalVisibleStorage()
2331 DeclContextBits.ExternalVisibleStorage = ES;