Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h1147 mutable bool ExternalVisibleStorage : 1; variable
1199 ExternalVisibleStorage(false), in DeclContext()
1766 bool hasExternalVisibleStorage() const { return ExternalVisibleStorage; } in hasExternalVisibleStorage()
1771 ExternalVisibleStorage = ES;