Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DBoolPointerImplicitConversionCheck.cpp36 static void checkImpl(const MatchFinder::MatchResult &Result, const Expr *Ref, in checkImpl() function
83 checkImpl(Result, E, If, M, *this); in check()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp11109 return checkImpl(FD); in check()
11111 return checkImpl(RD); in check()
11113 return checkImpl(VD); in check()
11115 return checkImpl(ED); in check()
11163 void checkImpl(SpecDecl *Spec) { in checkImpl() function in __anoncd9c0a411211::ExplicitSpecializationVisibilityChecker