Home
last modified time | relevance | path

Searched refs:setTypedefNameForAnonDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1698 static Error setTypedefNameForAnonDecl(TagDecl *From, TagDecl *To, in setTypedefNameForAnonDecl() function
1704 To->setTypedefNameForAnonDecl(cast<TypedefNameDecl>(ToTypedef)); in setTypedefNameForAnonDecl()
1725 if (Error Err = setTypedefNameForAnonDecl(From, To, Importer)) in ImportDefinition()
1882 if (Error Err = setTypedefNameForAnonDecl(From, To, Importer)) in ImportDefinition()
H A DDecl.cpp3868 void TagDecl::setTypedefNameForAnonDecl(TypedefNameDecl *TDD) { in setTypedefNameForAnonDecl() function in TagDecl
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3279 void setTypedefNameForAnonDecl(TypedefNameDecl *TDD);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp603 newTag->setTypedefNameForAnonDecl(Typedef); in InstantiateTypedefNameDecl()
H A DSemaDecl.cpp4185 TagFromDeclSpec->setTypedefNameForAnonDecl(NewTD); in setTagNameForLinkagePurposes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4982 tdecl->setTypedefNameForAnonDecl(decl); in CreateTypedef()