Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRedeclarable.h143 void setLatest(decl_type *D) { in setLatest() function
H A DDecl.h4315 First->RedeclLink.setLatest(static_cast<decl_type*>(this)); in setPreviousDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp796 Macro.setLatest(nullptr); in LeaveSubmodule()
H A DPPMacroExpansion.cpp75 StoredMD.setLatest(MD); in appendMacroDirective()
118 StoredMD.setLatest(MD); in setLoadedMacroDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h542 void setLatest(MacroDirective *MD) { in setLatest() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp3574 D->RedeclLink.setLatest(cast<DeclT>(Latest)); in attachLatestDeclImpl()