Home
last modified time | relevance | path

Searched refs:translateGlobalDeclIDToIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1532 unsigned translateGlobalDeclIDToIndex(GlobalDeclID ID) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7803 unsigned ASTReader::translateGlobalDeclIDToIndex(GlobalDeclID GlobalID) const { in translateGlobalDeclIDToIndex() function in ASTReader
7828 unsigned Index = translateGlobalDeclIDToIndex(ID); in GetExistingDecl()
7843 unsigned Index = translateGlobalDeclIDToIndex(ID); in GetDecl()
H A DASTReaderDecl.cpp4147 LoadedDecl(translateGlobalDeclIDToIndex(ID), D); in ReadDeclRecord()