Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h134 void setPrevious(decl_type *D) { in setPrevious() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h351 void setPrevious(MacroDirective *Prev) { Previous = Prev; } in setPrevious() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp75 MD->setPrevious(OldMD); in appendMacroDirective()
118 ED->setPrevious(OldMD); in setLoadedMacroDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3609 D->RedeclLink.setPrevious(cast<DeclT>(Previous)); in attachPreviousDeclImpl()
3621 D->RedeclLink.setPrevious(PrevVD); in attachPreviousDeclImpl()
3650 FD->RedeclLink.setPrevious(PrevFD); in attachPreviousDeclImpl()
H A DASTReader.cpp2587 Earliest->setPrevious(MD); in resolvePendingMacro()