Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2053 IdentifierInfo *DecodeIdentifierInfo(serialization::IdentifierID ID);
2057 return DecodeIdentifierInfo(getGlobalIdentifierID(M, Record[Idx++])); in readIdentifier()
2064 return DecodeIdentifierInfo(ID); in GetIdentifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8397 = DecodeIdentifierInfo(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()
8399 = DecodeIdentifierInfo(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()
8525 IdentifierInfo *ASTReader::DecodeIdentifierInfo(IdentifierID ID) { in DecodeIdentifierInfo() function in ASTReader
8557 return DecodeIdentifierInfo(getGlobalIdentifierID(M, LocalID)); in getLocalIdentifier()