Home
last modified time | relevance | path

Searched refs:LoadedDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h1426 void LoadedDecl(unsigned Index, Decl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp3174 inline void ASTReader::LoadedDecl(unsigned Index, Decl *D) { in LoadedDecl() function in ASTReader
4147 LoadedDecl(translateGlobalDeclIDToIndex(ID), D); in ReadDeclRecord()