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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp387 SmallVector<FunctionTemplateDecl *, 8> PreviousDecls; local
393 PreviousDecls.push_back(Prev);
399 for (auto *D : PreviousDecls)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5163 const LookupResult &PreviousDecls,

Completed in 130 milliseconds