Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1005 mutable bool ExternalLexicalStorage : 1; variable
1049 : DeclKind(K), ExternalLexicalStorage(false), in DeclContext()
1589 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage()
1594 ExternalLexicalStorage = ES;
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp963 ExternalLexicalStorage = false; in LoadLexicalDeclsFromExternalStorage()