Home
last modified time | relevance | path

Searched refs:ReadLexicalDeclContextStorage (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h617 bool ReadLexicalDeclContextStorage(ModuleFile &M,
2422 return Reader->ReadLexicalDeclContextStorage(*F, F->DeclsCursor, Offset, in readLexicalDeclContextStorage()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp3888 ReadLexicalDeclContextStorage(*Loc.F, DeclsCursor, Offsets.first, DC)) in ReadDeclRecord()
H A DASTReader.cpp1144 bool ASTReader::ReadLexicalDeclContextStorage(ModuleFile &M, in ReadLexicalDeclContextStorage() function in ASTReader