Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1108 mutable bool ExternalLexicalStorage : 1; variable
1159 : DeclKind(K), ExternalLexicalStorage(false), in DeclContext()
1716 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage()
1721 ExternalLexicalStorage = ES;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp1046 ExternalLexicalStorage = false; in LoadLexicalDeclsFromExternalStorage()