Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h142 void setLatest(decl_type *D) { in setLatest() function
H A DDecl.h5000 First->RedeclLink.setLatest(static_cast<decl_type*>(this)); in setPreviousDecl()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp863 Macro.setLatest(nullptr); in LeaveSubmodule()
H A DPPMacroExpansion.cpp78 StoredMD.setLatest(MD); in appendMacroDirective()
121 StoredMD.setLatest(MD); in setLoadedMacroDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h897 void setLatest(MacroDirective *MD) { in setLatest() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3775 D->RedeclLink.setLatest(cast<DeclT>(Latest)); in attachLatestDeclImpl()