Home
last modified time | relevance | path

Searched refs:setucontext_tDecl (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2031 void setucontext_tDecl(TypeDecl *ucontext_tDecl) { in setucontext_tDecl() function
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5197 Context.setucontext_tDecl(Typedef->getDecl()); in InitializeContext()
5201 Context.setucontext_tDecl(Tag->getDecl()); in InitializeContext()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6734 Context.setucontext_tDecl(NewTD); in ActOnTypedefNameDecl()