Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp312 const CXXMethodDecl *KeyFunctionD = in hasVTable() local
316 if (KeyFunctionD) { in hasVTable()
317 switch (KeyFunctionD->getTemplateSpecializationKind()) { in hasVTable()
353 const CXXMethodDecl *KeyFunctionD = in getVTableLinkage() local
355 if (KeyFunctionD) { in getVTableLinkage()
358 switch (KeyFunctionD->getTemplateSpecializationKind()) { in getVTableLinkage()
361 if (isInlined(KeyFunctionD)) in getVTableLinkage()