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.cpp313 const CXXMethodDecl *KeyFunctionD = in hasVTable() local
317 if (KeyFunctionD) { in hasVTable()
318 switch (KeyFunctionD->getTemplateSpecializationKind()) { in hasVTable()
354 const CXXMethodDecl *KeyFunctionD = in getVTableLinkage() local
356 if (KeyFunctionD) { in getVTableLinkage()
359 switch (KeyFunctionD->getTemplateSpecializationKind()) { in getVTableLinkage()
362 if (isInlined(KeyFunctionD)) in getVTableLinkage()