Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h108 return Reader->ReadVisibleDeclContextStorage(*F, F->DeclsCursor, Offset, in readVisibleDeclContextStorage()
H A DASTReader.h643 bool ReadVisibleDeclContextStorage(ModuleFile &M,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4138 ReadVisibleDeclContextStorage(*Loc.F, DeclsCursor, Offsets.second, ID)) in ReadDeclRecord()
H A DASTReader.cpp1276 bool ASTReader::ReadVisibleDeclContextStorage(ModuleFile &M, in ReadVisibleDeclContextStorage() function in ASTReader