Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1032 mutable bool ExternalLexicalStorage : 1; variable
1076 : DeclKind(K), ExternalLexicalStorage(false), in DeclContext()
1624 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage()
1629 ExternalLexicalStorage = ES;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1013 ExternalLexicalStorage = false; in LoadLexicalDeclsFromExternalStorage()