Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2142 IdentifierInfo *DecodeIdentifierInfo(serialization::IdentifierID ID);
2146 return DecodeIdentifierInfo(getGlobalIdentifierID(M, Record[Idx++])); in readIdentifier()
2153 return DecodeIdentifierInfo(ID); in GetIdentifier()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8799 = DecodeIdentifierInfo(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()
8801 = DecodeIdentifierInfo(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()
8953 IdentifierInfo *ASTReader::DecodeIdentifierInfo(IdentifierID ID) { in DecodeIdentifierInfo() function in ASTReader
8984 return DecodeIdentifierInfo(getGlobalIdentifierID(M, LocalID)); in getLocalIdentifier()