Home
last modified time | relevance | path

Searched defs:setTypedefNameForAnonDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DDecl.cpp3534 void TagDecl::setTypedefNameForAnonDecl(TypedefNameDecl *TDD) { in setTypedefNameForAnonDecl() function in TagDecl
/external/llvm-project/clang/lib/AST/
DDecl.cpp4243 void TagDecl::setTypedefNameForAnonDecl(TypedefNameDecl *TDD) { in setTypedefNameForAnonDecl() function in TagDecl
DASTImporter.cpp1886 static Error setTypedefNameForAnonDecl(TagDecl *From, TagDecl *To, in setTypedefNameForAnonDecl() function