Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTRecordReader.h101 return Reader->ReadLexicalDeclContextStorage(*F, F->DeclsCursor, Offset, in readLexicalDeclContextStorage()
H A DASTReader.h630 bool ReadLexicalDeclContextStorage(ModuleFile &M,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3970 ReadLexicalDeclContextStorage(*Loc.F, DeclsCursor, Offsets.first, DC)) in ReadDeclRecord()
H A DASTReader.cpp1186 bool ASTReader::ReadLexicalDeclContextStorage(ModuleFile &M, in ReadLexicalDeclContextStorage() function in ASTReader