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.h1717 unsigned translateGlobalDeclIDToIndex(GlobalDeclID ID) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8221 unsigned ASTReader::translateGlobalDeclIDToIndex(GlobalDeclID GlobalID) const { in translateGlobalDeclIDToIndex() function in ASTReader
8246 unsigned Index = translateGlobalDeclIDToIndex(ID); in GetExistingDecl()
8261 unsigned Index = translateGlobalDeclIDToIndex(ID); in GetDecl()
H A DASTReaderDecl.cpp4231 LoadedDecl(translateGlobalDeclIDToIndex(ID), D); in ReadDeclRecord()