Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp183 FirstTU->RedeclLink.setLatest(PreviousTU); in ParseOrWrapTopLevelDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h142 void setLatest(decl_type *D) { in setLatest() function
H A DDecl.h4611 First->RedeclLink.setLatest(static_cast<decl_type*>(this)); in setPreviousDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp851 Macro.setLatest(nullptr); in LeaveSubmodule()
H A DPPMacroExpansion.cpp78 StoredMD.setLatest(MD); in appendMacroDirective()
121 StoredMD.setLatest(MD); in setLoadedMacroDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h652 void setLatest(MacroDirective *MD) { in setLatest() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3746 D->RedeclLink.setLatest(cast<DeclT>(Latest)); in attachLatestDeclImpl()