Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10875 return checkImpl(FD); in check()
10877 return checkImpl(RD); in check()
10879 return checkImpl(VD); in check()
10881 return checkImpl(ED); in check()
10929 void checkImpl(SpecDecl *Spec) { in checkImpl() function in __anon69e2fee61211::ExplicitSpecializationVisibilityChecker