Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2145 IdentifierInfo *DecodeIdentifierInfo(serialization::IdentifierID ID);
2149 return DecodeIdentifierInfo(getGlobalIdentifierID(M, Record[Idx++])); in readIdentifier()
2156 return DecodeIdentifierInfo(ID); in GetIdentifier()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8854 = DecodeIdentifierInfo(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()
8856 = DecodeIdentifierInfo(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()
9008 IdentifierInfo *ASTReader::DecodeIdentifierInfo(IdentifierID ID) { in DecodeIdentifierInfo() function in ASTReader
9039 return DecodeIdentifierInfo(getGlobalIdentifierID(M, LocalID)); in getLocalIdentifier()