Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp256 if (Type->getIsKindType()) in getParameters()
419 if (getIsKindType()) { in encodeTemplateArgument()
H A DLVElement.cpp49 if (Element->getIsKindType()) in setGenericType()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h179 bool getIsKindType() const { return ElementType && ElementType->getIsType(); } in getIsKindType() function