Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2611 FunctionDecl *SpecializedDecl = PrimaryTemplate->getTemplatedDecl(); in isUsualDeallocationFunction() local
2612 if (!SpecializedDecl->getParamDecl(0)->getType()->isDependentType()) in isUsualDeallocationFunction()
2615 if (SpecializedDecl->getParamDecl(Idx)->getType()->isDependentType()) in isUsualDeallocationFunction()