Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h189 return Reader->ReadDecl(*F, Record, Idx); in readDecl()
H A DASTReader.h2148 Decl *ReadDecl(ModuleFile &F, const RecordDataImpl &R, unsigned &I) { in ReadDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4528 auto *D = ReadDecl(*M, Record, Idx); in loadPendingDeclChain()
H A DASTReader.cpp9432 LT->D = ReadDecl(*FMod, LateParsed, Idx); in ReadLateParsedTemplates()