Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDVTableBuilder.h49 CK_UnusedFunctionPointer enumerator
91 return VTableComponent(CK_UnusedFunctionPointer, in MakeUnusedFunction()
136 assert(getKind() == CK_UnusedFunctionPointer && "Invalid component kind!"); in getUnusedFunctionDecl()
168 case CK_UnusedFunctionPointer: in getGlobalDecl()
177 ComponentKind == CK_UnusedFunctionPointer; in isFunctionPointerKind()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGVTables.cpp730 case VTableComponent::CK_UnusedFunctionPointer: in addVTableComponent()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDVTableBuilder.cpp1111 VTableComponent::CK_UnusedFunctionPointer) in ComputeThisAdjustments()
2014 case VTableComponent::CK_UnusedFunctionPointer: { in dumpLayout()