Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h960 mutable bool ExternalLexicalStorage : 1; variable
1004 : DeclKind(K), ExternalLexicalStorage(false), in DeclContext()
1536 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage()
1541 ExternalLexicalStorage = ES;
/external/clang/lib/AST/
DDeclBase.cpp938 ExternalLexicalStorage = false; in LoadLexicalDeclsFromExternalStorage()