Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1105 TranslationUnitDecl *NewTUDecl = TranslationUnitDecl::Create(*this); in addTranslationUnitDecl() local
1107 TraversalScope = {NewTUDecl}; in addTranslationUnitDecl()
1109 NewTUDecl->setPreviousDecl(TUDecl); in addTranslationUnitDecl()
1110 TUDecl = NewTUDecl; in addTranslationUnitDecl()