Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
CXDiagnostic_DisplayCategoryName? ( object -- ? )
Vocabulary
llvm.clang.ffi
Inputs and outputs
object
an
object
?
a boolean
Word description
Tests if the object is an instance of the
CXDiagnostic_DisplayCategoryName
class.
Definition
USING:
kernel
;
IN:
llvm.clang.ffi
:
CXDiagnostic_DisplayCategoryName?
( object -- ? )
\
CXDiagnostic_DisplayCategoryName
eq?
;