CXDiagnostic_DisplayCategoryName? ( object -- ? )


Vocabulary
llvm.clang.ffi

Inputs and outputs
objectan 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? ;