Searched defs:AddDeclarationName (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Serialization/ | ||
H A D | ASTRecordWriter.h | 244 void AddDeclarationName(DeclarationName Name) { AddDeclarationName() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 34 void ODRHash::AddDeclarationName(DeclarationName Name, bool TreatAsDecl) { AddDeclarationName() function in ODRHash |