Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp11434 return checkImpl(FD); in check()
11436 return checkImpl(RD); in check()
11438 return checkImpl(VD); in check()
11440 return checkImpl(ED); in check()
11488 void checkImpl(SpecDecl *Spec) { in checkImpl() function in __anon75c807111911::ExplicitSpecializationVisibilityChecker