Searched refs:addSpecializationImpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp285 void RedeclarableTemplateDecl::addSpecializationImpl( function in class:RedeclarableTemplateDecl
357 addSpecializationImpl<FunctionTemplateDecl>(getSpecializations(), Info,
463 addSpecializationImpl<ClassTemplateDecl>(getSpecializations(), D, InsertPos);
1165 addSpecializationImpl<VarTemplateDecl>(getSpecializations(), D, InsertPos);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h817 void addSpecializationImpl(llvm::FoldingSetVector<EntryType> &Specs,

Completed in 168 milliseconds