Home
last modified time | relevance | path

Searched defs:isTyped (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h241 virtual bool isTyped() const { return false; } in isTyped() function
H A DLVElement.h175 bool isTyped() const override { return ElementType != nullptr; } in isTyped() function