Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp11367 return checkImpl(FD); in check()
11369 return checkImpl(RD); in check()
11371 return checkImpl(VD); in check()
11373 return checkImpl(ED); in check()
11421 void checkImpl(SpecDecl *Spec) { in checkImpl() function in __anone870e7e81311::ExplicitSpecializationVisibilityChecker