Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h1142 mutable bool ExternalLexicalStorage : 1; variable
1198 : DeclKind(K), ExternalLexicalStorage(false), in DeclContext()
1756 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage()
1761 ExternalLexicalStorage = ES;
/external/clang/lib/AST/
DDeclBase.cpp1118 ExternalLexicalStorage = false; in LoadLexicalDeclsFromExternalStorage()