Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h593 using LexicalContents = ArrayRef<llvm::support::unaligned_uint32_t>; variable
596 llvm::DenseMap<const DeclContext*, std::pair<ModuleFile*, LexicalContents>>
600 std::vector<std::pair<ModuleFile*, LexicalContents>> TULexicalDecls;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3398 LexicalContents Contents( in ReadASTBlock()
7843 auto Visit = [&] (ModuleFile *M, LexicalContents LexicalDecls) { in FindExternalLexicalDecls()