Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRedeclarable.h82 void setLatest(decl_type *D) { in setLatest() function
HDDecl.h3818 First->RedeclLink.setLatest(static_cast<decl_type*>(this)); in setPreviousDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h438 void setLatest(MacroDirective *MD) { in setLatest() function
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPMacroExpansion.cpp52 StoredMD.setLatest(MD); in appendMacroDirective()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp3050 D->RedeclLink.setLatest(cast<DeclT>(Latest)); in attachLatestDeclImpl()