Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Serialization/
HDASTRecordReader.h190 return Reader->ReadDecl(*F, Record, Idx); in readDecl()
HDASTReader.h1960 Decl *ReadDecl(ModuleFile &F, const RecordDataImpl &R, unsigned &I) { in ReadDecl() function
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp4385 auto *D = ReadDecl(*M, Record, Idx); in loadPendingDeclChain()
HDASTReader.cpp8846 LT->D = ReadDecl(*FMod, LateParsed, Idx); in ReadLateParsedTemplates()