Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1542 translateTypeIDToIndex(serialization::TypeID ID) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6674 auto [M, Index] = translateTypeIDToIndex(ID); in TypeCursorForIndex()
7154 ASTReader::translateTypeIDToIndex(serialization::TypeID ID) const { in translateTypeIDToIndex() function in ASTReader
7449 unsigned Index = translateTypeIDToIndex(ID).second; in GetType()