Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h942 mutable unsigned ExternalLexicalStorage : 1; variable
978 : DeclKind(K), ExternalLexicalStorage(false), in DeclContext()
1480 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage()
1485 ExternalLexicalStorage = ES;
/external/clang/lib/AST/
DDeclBase.cpp906 ExternalLexicalStorage = false; in LoadLexicalDeclsFromExternalStorage()