Home
last modified time | relevance | path

Searched refs:getDeclaratorForAnonDecl (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp339 } else if (auto *DD = D->getDeclaratorForAnonDecl()) { in VisitTagDecl()
371 !D->getDeclaratorForAnonDecl() && in VisitEnumDecl()
400 !D->getDeclaratorForAnonDecl() && in VisitRecordDecl()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftMangle.cpp793 Name += TD->getDeclaratorForAnonDecl()->getName(); in mangleUnqualifiedName()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h2932 DeclaratorDecl *getDeclaratorForAnonDecl() const { in getDeclaratorForAnonDecl() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp3627 if (OldTag->getDeclaratorForAnonDecl() == OldVar) { in BuildVariableInstantiation()