libclang.ffi vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Authors:Doug Coleman


Words

Tuple classes
ClassSuperclassSlots
CXCodeCompleteResults struct
CXComment struct
CXCompletionResult struct
CXCursor struct
CXCursorAndRangeVisitor struct
CXFileUniqueID struct
CXIdxAttrInfo struct
CXIdxLoc struct
CXSourceLocation struct
CXSourceRange struct
CXSourceRangeList struct
CXString struct
CXStringSet struct
CXToken struct
CXType struct
CXUnsavedFile struct


Singleton classes
CXAvailability_Available
CXAvailability_Deprecated
CXAvailability_NotAccessible
CXAvailability_NotAvailable
CXBinaryOperator_Add
CXBinaryOperator_AddAssign
CXBinaryOperator_And
CXBinaryOperator_AndAssign
CXBinaryOperator_Assign
CXBinaryOperator_Cmp
CXBinaryOperator_Comma
CXBinaryOperator_Div
CXBinaryOperator_DivAssign
CXBinaryOperator_EQ
CXBinaryOperator_GE
CXBinaryOperator_GT
CXBinaryOperator_Invalid
CXBinaryOperator_LAnd
CXBinaryOperator_LE
CXBinaryOperator_LOr
CXBinaryOperator_LT
CXBinaryOperator_Mul
CXBinaryOperator_MulAssign
CXBinaryOperator_NE
CXBinaryOperator_Or
CXBinaryOperator_OrAssign
CXBinaryOperator_PtrMemD
CXBinaryOperator_PtrMemI
CXBinaryOperator_Rem
CXBinaryOperator_RemAssign
CXBinaryOperator_Shl
CXBinaryOperator_ShlAssign
CXBinaryOperator_Shr
CXBinaryOperator_ShrAssign
CXBinaryOperator_Sub
CXBinaryOperator_SubAssign
CXBinaryOperator_Xor
CXBinaryOperator_XorAssign
CXCallingConv_AAPCS
CXCallingConv_AAPCS_VFP
CXCallingConv_AArch64SVEPCS
CXCallingConv_AArch64VectorCall
CXCallingConv_C
CXCallingConv_Default
CXCallingConv_IntelOclBicc
CXCallingConv_Invalid
CXCallingConv_PreserveAll
CXCallingConv_PreserveMost
CXCallingConv_Swift
CXCallingConv_SwiftAsync
CXCallingConv_Unexposed
CXCallingConv_Win64
CXCallingConv_X86FastCall
CXCallingConv_X86Pascal
CXCallingConv_X86RegCall
CXCallingConv_X86StdCall
CXCallingConv_X86ThisCall
CXCallingConv_X86VectorCall
CXCallingConv_X86_64SysV
CXCallingConv_X86_64Win64
CXChildVisit_Break
CXChildVisit_Continue
CXChildVisit_Recurse
CXChoice_Default
CXChoice_Disabled
CXChoice_Enabled
CXCodeComplete_IncludeBriefComments
CXCodeComplete_IncludeCodePatterns
CXCodeComplete_IncludeCompletionsWithFixIts
CXCodeComplete_IncludeMacros
CXCodeComplete_SkipPreamble
CXCommentInlineCommandRenderKind_Bold
CXCommentInlineCommandRenderKind_Emphasized
CXCommentInlineCommandRenderKind_Monospaced
CXCommentInlineCommandRenderKind_Normal
CXCommentParamPassDirection_In
CXCommentParamPassDirection_InOut
CXCommentParamPassDirection_Out
CXComment_BlockCommand
CXComment_FullComment
CXComment_HTMLEndTag
CXComment_HTMLStartTag
CXComment_InlineCommand
CXComment_Null
CXComment_Paragraph
CXComment_ParamCommand
CXComment_TParamCommand
CXComment_Text
CXComment_VerbatimBlockCommand
CXComment_VerbatimBlockLine
CXComment_VerbatimLine
CXCompilationDatabase_CanNotLoadDatabase
CXCompilationDatabase_NoError
CXCompletionChunk_Colon
CXCompletionChunk_Comma
CXCompletionChunk_CurrentParameter
CXCompletionChunk_Equal
CXCompletionChunk_HorizontalSpace
CXCompletionChunk_Informative
CXCompletionChunk_LeftAngle
CXCompletionChunk_LeftBrace
CXCompletionChunk_LeftBracket
CXCompletionChunk_LeftParen
CXCompletionChunk_Optional
CXCompletionChunk_Placeholder
CXCompletionChunk_ResultType
CXCompletionChunk_RightAngle
CXCompletionChunk_RightBrace
CXCompletionChunk_RightBracket
CXCompletionChunk_RightParen
CXCompletionChunk_SemiColon
CXCompletionChunk_Text
CXCompletionChunk_TypedText
CXCompletionChunk_VerticalSpace
CXCompletionContext_AnyType
CXCompletionContext_AnyValue
CXCompletionContext_ArrowMemberAccess
CXCompletionContext_CXXClassTypeValue
CXCompletionContext_ClassTag
CXCompletionContext_DotMemberAccess
CXCompletionContext_EnumTag
CXCompletionContext_IncludedFile
CXCompletionContext_MacroName
CXCompletionContext_Namespace
CXCompletionContext_NaturalLanguage
CXCompletionContext_NestedNameSpecifier
CXCompletionContext_ObjCCategory
CXCompletionContext_ObjCClassMessage
CXCompletionContext_ObjCInstanceMessage
CXCompletionContext_ObjCInterface
CXCompletionContext_ObjCObjectValue
CXCompletionContext_ObjCPropertyAccess
CXCompletionContext_ObjCProtocol
CXCompletionContext_ObjCSelectorName
CXCompletionContext_ObjCSelectorValue
CXCompletionContext_StructTag
CXCompletionContext_Unexposed
CXCompletionContext_UnionTag
CXCompletionContext_Unknown
CXCursor_AddrLabelExpr
CXCursor_AlignedAttr
CXCursor_AnnotateAttr
CXCursor_ArraySubscriptExpr
CXCursor_AsmLabelAttr
CXCursor_AsmStmt
CXCursor_BinaryOperator
CXCursor_BlockExpr
CXCursor_BreakStmt
CXCursor_BuiltinBitCastExpr
CXCursor_CStyleCastExpr
CXCursor_CUDAConstantAttr
CXCursor_CUDADeviceAttr
CXCursor_CUDAGlobalAttr
CXCursor_CUDAHostAttr
CXCursor_CUDASharedAttr
CXCursor_CXXAccessSpecifier
CXCursor_CXXAddrspaceCastExpr
CXCursor_CXXBaseSpecifier
CXCursor_CXXBoolLiteralExpr
CXCursor_CXXCatchStmt
CXCursor_CXXConstCastExpr
CXCursor_CXXDeleteExpr
CXCursor_CXXDynamicCastExpr
CXCursor_CXXFinalAttr
CXCursor_CXXForRangeStmt
CXCursor_CXXFunctionalCastExpr
CXCursor_CXXMethod
CXCursor_CXXNewExpr
CXCursor_CXXNullPtrLiteralExpr
CXCursor_CXXOverrideAttr
CXCursor_CXXReinterpretCastExpr
CXCursor_CXXStaticCastExpr
CXCursor_CXXThisExpr
CXCursor_CXXThrowExpr
CXCursor_CXXTryStmt
CXCursor_CXXTypeidExpr
CXCursor_CallExpr
CXCursor_CaseStmt
CXCursor_CharacterLiteral
CXCursor_ClassDecl
CXCursor_ClassTemplate
CXCursor_ClassTemplatePartialSpecialization
CXCursor_CompoundAssignOperator
CXCursor_CompoundLiteralExpr
CXCursor_CompoundStmt
CXCursor_ConditionalOperator
CXCursor_ConstAttr
CXCursor_Constructor
CXCursor_ContinueStmt
CXCursor_ConvergentAttr
CXCursor_ConversionFunction
CXCursor_DLLExport
CXCursor_DLLImport
CXCursor_DeclRefExpr
CXCursor_DeclStmt
CXCursor_DefaultStmt
CXCursor_Destructor
CXCursor_DoStmt
CXCursor_EnumConstantDecl
CXCursor_EnumDecl
CXCursor_ExceptionSpecificationKind_BasicNoexcept
CXCursor_ExceptionSpecificationKind_ComputedNoexcept
CXCursor_ExceptionSpecificationKind_Dynamic
CXCursor_ExceptionSpecificationKind_DynamicNone
CXCursor_ExceptionSpecificationKind_MSAny
CXCursor_ExceptionSpecificationKind_NoThrow
CXCursor_ExceptionSpecificationKind_None
CXCursor_ExceptionSpecificationKind_Unevaluated
CXCursor_ExceptionSpecificationKind_Uninstantiated
CXCursor_ExceptionSpecificationKind_Unparsed
CXCursor_FieldDecl
CXCursor_FirstAttr
CXCursor_FirstDecl
CXCursor_FirstExpr
CXCursor_FirstExtraDecl
CXCursor_FirstInvalid
CXCursor_FirstPreprocessing
CXCursor_FirstRef
CXCursor_FirstStmt
CXCursor_FixedPointLiteral
CXCursor_FlagEnum
CXCursor_FloatingLiteral
CXCursor_ForStmt
CXCursor_FriendDecl
CXCursor_FunctionDecl
CXCursor_FunctionTemplate
CXCursor_GCCAsmStmt
CXCursor_GNUNullExpr
CXCursor_GenericSelectionExpr
CXCursor_GotoStmt
CXCursor_IBActionAttr
CXCursor_IBOutletAttr
CXCursor_IBOutletCollectionAttr
CXCursor_IfStmt
CXCursor_ImaginaryLiteral
CXCursor_InclusionDirective
CXCursor_IndirectGotoStmt
CXCursor_InitListExpr
CXCursor_IntegerLiteral
CXCursor_InvalidCode
CXCursor_InvalidFile
CXCursor_LabelRef
CXCursor_LabelStmt
CXCursor_LambdaExpr
CXCursor_LastAttr
CXCursor_LastDecl
CXCursor_LastExpr
CXCursor_LastExtraDecl
CXCursor_LastInvalid
CXCursor_LastPreprocessing
CXCursor_LastRef
CXCursor_LastStmt
CXCursor_LinkageSpec
CXCursor_MSAsmStmt
CXCursor_MacroDefinition
CXCursor_MacroExpansion
CXCursor_MacroInstantiation
CXCursor_MemberRef
CXCursor_MemberRefExpr
CXCursor_ModuleImportDecl
CXCursor_NSConsumed
CXCursor_NSConsumesSelf
CXCursor_NSReturnsAutoreleased
CXCursor_NSReturnsNotRetained
CXCursor_NSReturnsRetained
CXCursor_Namespace
CXCursor_NamespaceAlias
CXCursor_NamespaceRef
CXCursor_NoDeclFound
CXCursor_NoDuplicateAttr
CXCursor_NonTypeTemplateParameter
CXCursor_NotImplemented
CXCursor_NullStmt
CXCursor_OMPArraySectionExpr
CXCursor_OMPArrayShapingExpr
CXCursor_OMPAtomicDirective
CXCursor_OMPBarrierDirective
CXCursor_OMPCancelDirective
CXCursor_OMPCancellationPointDirective
CXCursor_OMPCanonicalLoop
CXCursor_OMPCriticalDirective
CXCursor_OMPDepobjDirective
CXCursor_OMPDispatchDirective
CXCursor_OMPDistributeDirective
CXCursor_OMPDistributeParallelForDirective
CXCursor_OMPDistributeParallelForSimdDirective
CXCursor_OMPDistributeSimdDirective
CXCursor_OMPFlushDirective
CXCursor_OMPForDirective
CXCursor_OMPForSimdDirective
CXCursor_OMPGenericLoopDirective
CXCursor_OMPInteropDirective
CXCursor_OMPIteratorExpr
CXCursor_OMPMaskedDirective
CXCursor_OMPMasterDirective
CXCursor_OMPMasterTaskLoopDirective
CXCursor_OMPMasterTaskLoopSimdDirective
CXCursor_OMPMetaDirective
CXCursor_OMPOrderedDirective
CXCursor_OMPParallelDirective
CXCursor_OMPParallelForDirective
CXCursor_OMPParallelForSimdDirective
CXCursor_OMPParallelMasterDirective
CXCursor_OMPParallelMasterTaskLoopDirective
CXCursor_OMPParallelMasterTaskLoopSimdDirective
CXCursor_OMPParallelSectionsDirective
CXCursor_OMPScanDirective
CXCursor_OMPSectionDirective
CXCursor_OMPSectionsDirective
CXCursor_OMPSimdDirective
CXCursor_OMPSingleDirective
CXCursor_OMPTargetDataDirective
CXCursor_OMPTargetDirective
CXCursor_OMPTargetEnterDataDirective
CXCursor_OMPTargetExitDataDirective
CXCursor_OMPTargetParallelDirective
CXCursor_OMPTargetParallelForDirective
CXCursor_OMPTargetParallelForSimdDirective
CXCursor_OMPTargetSimdDirective
CXCursor_OMPTargetTeamsDirective
CXCursor_OMPTargetTeamsDistributeDirective
CXCursor_OMPTargetTeamsDistributeParallelForDirective
CXCursor_OMPTargetTeamsDistributeParallelForSimdDirective
CXCursor_OMPTargetTeamsDistributeSimdDirective
CXCursor_OMPTargetUpdateDirective
CXCursor_OMPTaskDirective
CXCursor_OMPTaskLoopDirective
CXCursor_OMPTaskLoopSimdDirective
CXCursor_OMPTaskgroupDirective
CXCursor_OMPTaskwaitDirective
CXCursor_OMPTaskyieldDirective
CXCursor_OMPTeamsDirective
CXCursor_OMPTeamsDistributeDirective
CXCursor_OMPTeamsDistributeParallelForDirective
CXCursor_OMPTeamsDistributeParallelForSimdDirective
CXCursor_OMPTeamsDistributeSimdDirective
CXCursor_OMPTileDirective
CXCursor_OMPUnrollDirective
CXCursor_ObjCAtCatchStmt
CXCursor_ObjCAtFinallyStmt
CXCursor_ObjCAtSynchronizedStmt
CXCursor_ObjCAtThrowStmt
CXCursor_ObjCAtTryStmt
CXCursor_ObjCAutoreleasePoolStmt
CXCursor_ObjCAvailabilityCheckExpr
CXCursor_ObjCBoolLiteralExpr
CXCursor_ObjCBoxable
CXCursor_ObjCBridgedCastExpr
CXCursor_ObjCCategoryDecl
CXCursor_ObjCCategoryImplDecl
CXCursor_ObjCClassMethodDecl
CXCursor_ObjCClassRef
CXCursor_ObjCDesignatedInitializer
CXCursor_ObjCDynamicDecl
CXCursor_ObjCEncodeExpr
CXCursor_ObjCException
CXCursor_ObjCExplicitProtocolImpl
CXCursor_ObjCForCollectionStmt
CXCursor_ObjCImplementationDecl
CXCursor_ObjCIndependentClass
CXCursor_ObjCInstanceMethodDecl
CXCursor_ObjCInterfaceDecl
CXCursor_ObjCIvarDecl
CXCursor_ObjCMessageExpr
CXCursor_ObjCNSObject
CXCursor_ObjCPreciseLifetime
CXCursor_ObjCPropertyDecl
CXCursor_ObjCProtocolDecl
CXCursor_ObjCProtocolExpr
CXCursor_ObjCProtocolRef
CXCursor_ObjCRequiresSuper
CXCursor_ObjCReturnsInnerPointer
CXCursor_ObjCRootClass
CXCursor_ObjCRuntimeVisible
CXCursor_ObjCSelectorExpr
CXCursor_ObjCSelfExpr
CXCursor_ObjCStringLiteral
CXCursor_ObjCSubclassingRestricted
CXCursor_ObjCSuperClassRef
CXCursor_ObjCSynthesizeDecl
CXCursor_OverloadCandidate
CXCursor_OverloadedDeclRef
CXCursor_PackExpansionExpr
CXCursor_PackedAttr
CXCursor_ParenExpr
CXCursor_ParmDecl
CXCursor_PreprocessingDirective
CXCursor_PureAttr
CXCursor_ReturnStmt
CXCursor_SEHExceptStmt
CXCursor_SEHFinallyStmt
CXCursor_SEHLeaveStmt
CXCursor_SEHTryStmt
CXCursor_SizeOfPackExpr
CXCursor_StaticAssert
CXCursor_StmtExpr
CXCursor_StringLiteral
CXCursor_StructDecl
CXCursor_SwitchStmt
CXCursor_TemplateRef
CXCursor_TemplateTemplateParameter
CXCursor_TemplateTypeParameter
CXCursor_TranslationUnit
CXCursor_TypeAliasDecl
CXCursor_TypeAliasTemplateDecl
CXCursor_TypeRef
CXCursor_TypedefDecl
CXCursor_UnaryExpr
CXCursor_UnaryOperator
CXCursor_UnexposedAttr
CXCursor_UnexposedDecl
CXCursor_UnexposedExpr
CXCursor_UnexposedStmt
CXCursor_UnionDecl
CXCursor_UsingDeclaration
CXCursor_UsingDirective
CXCursor_VarDecl
CXCursor_VariableRef
CXCursor_VisibilityAttr
CXCursor_WarnUnusedAttr
CXCursor_WarnUnusedResultAttr
CXCursor_WhileStmt
CXDiagnostic_DisplayCategoryId
CXDiagnostic_DisplayCategoryName
CXDiagnostic_DisplayColumn
CXDiagnostic_DisplayOption
CXDiagnostic_DisplaySourceLocation
CXDiagnostic_DisplaySourceRanges
CXDiagnostic_Error
CXDiagnostic_Fatal
CXDiagnostic_Ignored
CXDiagnostic_Note
CXDiagnostic_Warning
CXError_ASTReadError
CXError_Crashed
CXError_Failure
CXError_InvalidArguments
CXError_Success
CXEval_CFStr
CXEval_Float
CXEval_Int
CXEval_ObjCStrLiteral
CXEval_Other
CXEval_StrLiteral
CXEval_UnExposed
CXGlobalOpt_None
CXGlobalOpt_ThreadBackgroundPriorityForAll
CXGlobalOpt_ThreadBackgroundPriorityForEditing
CXGlobalOpt_ThreadBackgroundPriorityForIndexing
CXIdxAttr_IBAction
CXIdxAttr_IBOutlet
CXIdxAttr_IBOutletCollection
CXIdxAttr_Unexposed
CXIdxDeclFlag_Skipped
CXIdxEntityLang_C
CXIdxEntityLang_CXX
CXIdxEntityLang_None
CXIdxEntityLang_ObjC
CXIdxEntityLang_Swift
CXIdxEntityRef_Direct
CXIdxEntityRef_Implicit
CXIdxEntity_CXXClass
CXIdxEntity_CXXConcept
CXIdxEntity_CXXConstructor
CXIdxEntity_CXXConversionFunction
CXIdxEntity_CXXDestructor
CXIdxEntity_CXXInstanceMethod
CXIdxEntity_CXXInterface
CXIdxEntity_CXXNamespace
CXIdxEntity_CXXNamespaceAlias
CXIdxEntity_CXXStaticMethod
CXIdxEntity_CXXStaticVariable
CXIdxEntity_CXXTypeAlias
CXIdxEntity_Enum
CXIdxEntity_EnumConstant
CXIdxEntity_Field
CXIdxEntity_Function
CXIdxEntity_NonTemplate
CXIdxEntity_ObjCCategory
CXIdxEntity_ObjCClass
CXIdxEntity_ObjCClassMethod
CXIdxEntity_ObjCInstanceMethod
CXIdxEntity_ObjCIvar
CXIdxEntity_ObjCProperty
CXIdxEntity_ObjCProtocol
CXIdxEntity_Struct
CXIdxEntity_Template
CXIdxEntity_TemplatePartialSpecialization
CXIdxEntity_TemplateSpecialization
CXIdxEntity_Typedef
CXIdxEntity_Unexposed
CXIdxEntity_Union
CXIdxEntity_Variable
CXIdxObjCContainer_ForwardRef
CXIdxObjCContainer_Implementation
CXIdxObjCContainer_Interface
CXIndexOptIndexFunctionLocalSymbols
CXIndexOptIndexImplicitTemplateInstantiations
CXIndexOptNone
CXIndexOptSkipParsedBodiesInSession
CXIndexOptSuppressRedundantRefs
CXIndexOptSuppressWarnings
CXLanguage_C
CXLanguage_CPlusPlus
CXLanguage_Invalid
CXLanguage_ObjC
CXLinkage_External
CXLinkage_Internal
CXLinkage_Invalid
CXLinkage_NoLinkage
CXLinkage_UniqueExternal
CXLoadDiag_CannotLoad
CXLoadDiag_InvalidFile
CXLoadDiag_None
CXLoadDiag_Unknown
CXNameRange_WantQualifier
CXNameRange_WantSinglePiece
CXNameRange_WantTemplateArgs
CXObjCDeclQualifier_Bycopy
CXObjCDeclQualifier_Byref
CXObjCDeclQualifier_In
CXObjCDeclQualifier_Inout
CXObjCDeclQualifier_None
CXObjCDeclQualifier_Oneway
CXObjCDeclQualifier_Out
CXObjCPropertyAttr_assign
CXObjCPropertyAttr_atomic
CXObjCPropertyAttr_class
CXObjCPropertyAttr_copy
CXObjCPropertyAttr_getter
CXObjCPropertyAttr_noattr
CXObjCPropertyAttr_nonatomic
CXObjCPropertyAttr_readonly
CXObjCPropertyAttr_readwrite
CXObjCPropertyAttr_retain
CXObjCPropertyAttr_setter
CXObjCPropertyAttr_strong
CXObjCPropertyAttr_unsafe_unretained
CXObjCPropertyAttr_weak
CXPrintingPolicy_Alignof
CXPrintingPolicy_AnonymousTagLocations
CXPrintingPolicy_Bool
CXPrintingPolicy_ConstantArraySizeAsWritten
CXPrintingPolicy_ConstantsAsWritten
CXPrintingPolicy_FullyQualifiedName
CXPrintingPolicy_Half
CXPrintingPolicy_IncludeNewlines
CXPrintingPolicy_IncludeTagDefinition
CXPrintingPolicy_Indentation
CXPrintingPolicy_MSVCFormatting
CXPrintingPolicy_MSWChar
CXPrintingPolicy_PolishForDeclaration
CXPrintingPolicy_Restrict
CXPrintingPolicy_SuppressImplicitBase
CXPrintingPolicy_SuppressInitializers
CXPrintingPolicy_SuppressLifetimeQualifiers
CXPrintingPolicy_SuppressScope
CXPrintingPolicy_SuppressSpecifiers
CXPrintingPolicy_SuppressStrongLifetime
CXPrintingPolicy_SuppressTagKeyword
CXPrintingPolicy_SuppressTemplateArgsInCXXConstructors
CXPrintingPolicy_SuppressUnwrittenScope
CXPrintingPolicy_TerseOutput
CXPrintingPolicy_UnderscoreAlignof
CXPrintingPolicy_UseVoidForZeroParams
CXRefQualifier_LValue
CXRefQualifier_None
CXRefQualifier_RValue
CXReparse_None
CXResult_Invalid
CXResult_Success
CXResult_VisitBreak
CXSaveError_InvalidTU
CXSaveError_None
CXSaveError_TranslationErrors
CXSaveError_Unknown
CXSaveTranslationUnit_None
CXSymbolRole_AddressOf
CXSymbolRole_Call
CXSymbolRole_Declaration
CXSymbolRole_Definition
CXSymbolRole_Dynamic
CXSymbolRole_Implicit
CXSymbolRole_None
CXSymbolRole_Read
CXSymbolRole_Reference
CXSymbolRole_Write
CXTLS_Dynamic
CXTLS_None
CXTLS_Static
CXTUResourceUsage_AST
CXTUResourceUsage_AST_SideTables
CXTUResourceUsage_ExternalASTSource_Membuffer_MMap
CXTUResourceUsage_ExternalASTSource_Membuffer_Malloc
CXTUResourceUsage_GlobalCompletionResults
CXTUResourceUsage_Identifiers
CXTUResourceUsage_PreprocessingRecord
CXTUResourceUsage_Preprocessor
CXTUResourceUsage_Preprocessor_HeaderSearch
CXTUResourceUsage_Selectors
CXTUResourceUsage_SourceManagerContentCache
CXTUResourceUsage_SourceManager_DataStructures
CXTUResourceUsage_SourceManager_Membuffer_MMap
CXTUResourceUsage_SourceManager_Membuffer_Malloc
CXTemplateArgumentKind_Declaration
CXTemplateArgumentKind_Expression
CXTemplateArgumentKind_Integral
CXTemplateArgumentKind_Invalid
CXTemplateArgumentKind_Null
CXTemplateArgumentKind_NullPtr
CXTemplateArgumentKind_Pack
CXTemplateArgumentKind_Template
CXTemplateArgumentKind_TemplateExpansion
CXTemplateArgumentKind_Type
CXToken_Comment
CXToken_Identifier
CXToken_Keyword
CXToken_Literal
CXToken_Punctuation
CXTranslationUnit_CXXChainedPCH
CXTranslationUnit_CacheCompletionResults
CXTranslationUnit_CreatePreambleOnFirstParse
CXTranslationUnit_DetailedPreprocessingRecord
CXTranslationUnit_ForSerialization
CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles
CXTranslationUnit_IncludeAttributedTypes
CXTranslationUnit_IncludeBriefCommentsInCodeCompletion
CXTranslationUnit_Incomplete
CXTranslationUnit_KeepGoing
CXTranslationUnit_LimitSkipFunctionBodiesToPreamble
CXTranslationUnit_None
CXTranslationUnit_PrecompiledPreamble
CXTranslationUnit_RetainExcludedConditionalBlocks
CXTranslationUnit_SingleFileParse
CXTranslationUnit_SkipFunctionBodies
CXTranslationUnit_VisitImplicitAttributes
CXTypeLayoutError_Dependent
CXTypeLayoutError_Incomplete
CXTypeLayoutError_Invalid
CXTypeLayoutError_InvalidFieldName
CXTypeLayoutError_NotConstantSize
CXTypeLayoutError_Undeduced
CXTypeNullability_Invalid
CXTypeNullability_NonNull
CXTypeNullability_Nullable
CXTypeNullability_NullableResult
CXTypeNullability_Unspecified
CXType_Accum
CXType_Atomic
CXType_Attributed
CXType_Auto
CXType_BFloat16
CXType_BTFTagAttributed
CXType_BlockPointer
CXType_Bool
CXType_Char16
CXType_Char32
CXType_Char_S
CXType_Char_U
CXType_Complex
CXType_ConstantArray
CXType_Dependent
CXType_DependentSizedArray
CXType_Double
CXType_Elaborated
CXType_Enum
CXType_ExtVector
CXType_FirstBuiltin
CXType_Float
CXType_Float128
CXType_Float16
CXType_FunctionNoProto
CXType_FunctionProto
CXType_Half
CXType_Ibm128
CXType_IncompleteArray
CXType_Int
CXType_Int128
CXType_Invalid
CXType_LValueReference
CXType_LastBuiltin
CXType_Long
CXType_LongAccum
CXType_LongDouble
CXType_LongLong
CXType_MemberPointer
CXType_NullPtr
CXType_OCLEvent
CXType_OCLImage1dArrayRO
CXType_OCLImage1dArrayRW
CXType_OCLImage1dArrayWO
CXType_OCLImage1dBufferRO
CXType_OCLImage1dBufferRW
CXType_OCLImage1dBufferWO
CXType_OCLImage1dRO
CXType_OCLImage1dRW
CXType_OCLImage1dWO
CXType_OCLImage2dArrayDepthRO
CXType_OCLImage2dArrayDepthRW
CXType_OCLImage2dArrayDepthWO
CXType_OCLImage2dArrayMSAADepthRO
CXType_OCLImage2dArrayMSAADepthRW
CXType_OCLImage2dArrayMSAADepthWO
CXType_OCLImage2dArrayMSAARO
CXType_OCLImage2dArrayMSAARW
CXType_OCLImage2dArrayMSAAWO
CXType_OCLImage2dArrayRO
CXType_OCLImage2dArrayRW
CXType_OCLImage2dArrayWO
CXType_OCLImage2dDepthRO
CXType_OCLImage2dDepthRW
CXType_OCLImage2dDepthWO
CXType_OCLImage2dMSAADepthRO
CXType_OCLImage2dMSAADepthRW
CXType_OCLImage2dMSAADepthWO
CXType_OCLImage2dMSAARO
CXType_OCLImage2dMSAARW
CXType_OCLImage2dMSAAWO
CXType_OCLImage2dRO
CXType_OCLImage2dRW
CXType_OCLImage2dWO
CXType_OCLImage3dRO
CXType_OCLImage3dRW
CXType_OCLImage3dWO
CXType_OCLIntelSubgroupAVCImeDualRefStreamin
CXType_OCLIntelSubgroupAVCImePayload
CXType_OCLIntelSubgroupAVCImeResult
CXType_OCLIntelSubgroupAVCImeResultDualRefStreamout
CXType_OCLIntelSubgroupAVCImeResultSingleRefStreamout
CXType_OCLIntelSubgroupAVCImeSingleRefStreamin
CXType_OCLIntelSubgroupAVCMcePayload
CXType_OCLIntelSubgroupAVCMceResult
CXType_OCLIntelSubgroupAVCRefPayload
CXType_OCLIntelSubgroupAVCRefResult
CXType_OCLIntelSubgroupAVCSicPayload
CXType_OCLIntelSubgroupAVCSicResult
CXType_OCLQueue
CXType_OCLReserveID
CXType_OCLSampler
CXType_ObjCClass
CXType_ObjCId
CXType_ObjCInterface
CXType_ObjCObject
CXType_ObjCObjectPointer
CXType_ObjCSel
CXType_ObjCTypeParam
CXType_Overload
CXType_Pipe
CXType_Pointer
CXType_RValueReference
CXType_Record
CXType_SChar
CXType_Short
CXType_ShortAccum
CXType_Typedef
CXType_UAccum
CXType_UChar
CXType_UInt
CXType_UInt128
CXType_ULong
CXType_ULongAccum
CXType_ULongLong
CXType_UShort
CXType_UShortAccum
CXType_Unexposed
CXType_VariableArray
CXType_Vector
CXType_Void
CXType_WChar
CXUnaryOperator_AddrOf
CXUnaryOperator_Coawait
CXUnaryOperator_Deref
CXUnaryOperator_Extension
CXUnaryOperator_Imag
CXUnaryOperator_Invalid
CXUnaryOperator_LNot
CXUnaryOperator_Minus
CXUnaryOperator_Not
CXUnaryOperator_Plus
CXUnaryOperator_PostDec
CXUnaryOperator_PostInc
CXUnaryOperator_PreDec
CXUnaryOperator_PreInc
CXUnaryOperator_Real
CXVisibility_Default
CXVisibility_Hidden
CXVisibility_Invalid
CXVisibility_Protected
CXVisit_Break
CXVisit_Continue
CX_CXXInvalidAccessSpecifier
CX_CXXPrivate
CX_CXXProtected
CX_CXXPublic
CX_SC_Auto
CX_SC_Extern
CX_SC_Invalid
CX_SC_None
CX_SC_OpenCLWorkGroupLocal
CX_SC_PrivateExtern
CX_SC_Register
CX_SC_Static


Symbol words
CXAvailabilityKind
CXBinaryOperatorKind
CXCallingConv
CXChildVisitResult
CXChoice
CXClientData
CXCodeComplete_Flags
CXCommentInlineCommandRenderKind
CXCommentKind
CXCommentParamPassDirection
CXCompilationDatabase
CXCompilationDatabase_Error
CXCompileCommand
CXCompileCommands
CXCompletionChunkKind
CXCompletionContext
CXCompletionString
CXCursorKind
CXCursorSet
CXCursor_ExceptionSpecificationKind
CXDiagnostic
CXDiagnosticDisplayOptions
CXDiagnosticSet
CXDiagnosticSeverity
CXErrorCode
CXEvalResult
CXEvalResultKind
CXFile
CXGlobalOptFlags
CXIdxAttrKind
CXIdxClientASTFile
CXIdxClientContainer
CXIdxClientEntity
CXIdxClientFile
CXIdxDeclInfoFlags
CXIdxEntityCXXTemplateKind
CXIdxEntityKind
CXIdxEntityLanguage
CXIdxEntityRefKind
CXIdxObjCContainerKind
CXIndex
CXIndexAction
CXIndexOptFlags
CXLanguageKind
CXLinkageKind
CXLoadDiag_Error
CXModule
CXNameRefFlags
CXObjCDeclQualifierKind
CXObjCPropertyAttrKind
CXPrintingPolicy
CXPrintingPolicyProperty
CXRefQualifierKind
CXRemapping
CXReparse_Flags
CXResult
CXSaveError
CXSaveTranslationUnit_Flags
CXSymbolRole
CXTLSKind
CXTUResourceUsageKind
CXTargetInfo
CXTemplateArgumentKind
CXTokenKind
CXTranslationUnit
CXTranslationUnit_Flags
CXTypeKind
CXTypeLayoutError
CXTypeNullabilityKind
CXUnaryOperatorKind
CXVisibilityKind
CXVisitorResult
CX_CXXAccessSpecifier
CX_StorageClass


Ordinary words
WordStack effect
<CXAvailabilityKind>( number -- enum )
<CXBinaryOperatorKind>( number -- enum )
<CXCallingConv>( number -- enum )
<CXChildVisitResult>( number -- enum )
<CXChoice>( number -- enum )
<CXCodeComplete_Flags>( number -- enum )
<CXCommentInlineCommandRenderKind>( number -- enum )
<CXCommentKind>( number -- enum )
<CXCommentParamPassDirection>( number -- enum )
<CXCompilationDatabase_Error>( number -- enum )
<CXCompletionChunkKind>( number -- enum )
<CXCompletionContext>( number -- enum )
<CXCursorKind>( number -- enum )
<CXCursor_ExceptionSpecificationKind>( number -- enum )
<CXDiagnosticDisplayOptions>( number -- enum )
<CXDiagnosticSeverity>( number -- enum )
<CXErrorCode>( number -- enum )
<CXEvalResultKind>( number -- enum )
<CXGlobalOptFlags>( number -- enum )
<CXIdxAttrKind>( number -- enum )
<CXIdxDeclInfoFlags>( number -- enum )
<CXIdxEntityCXXTemplateKind>( number -- enum )
<CXIdxEntityKind>( number -- enum )
<CXIdxEntityLanguage>( number -- enum )
<CXIdxEntityRefKind>( number -- enum )
<CXIdxObjCContainerKind>( number -- enum )
<CXIndexOptFlags>( number -- enum )
<CXLanguageKind>( number -- enum )
<CXLinkageKind>( number -- enum )
<CXLoadDiag_Error>( number -- enum )
<CXNameRefFlags>( number -- enum )
<CXObjCDeclQualifierKind>( number -- enum )
<CXObjCPropertyAttrKind>( number -- enum )
<CXPrintingPolicyProperty>( number -- enum )
<CXRefQualifierKind>( number -- enum )
<CXReparse_Flags>( number -- enum )
<CXResult>( number -- enum )
<CXSaveError>( number -- enum )
<CXSaveTranslationUnit_Flags>( number -- enum )
<CXSymbolRole>( number -- enum )
<CXTLSKind>( number -- enum )
<CXTUResourceUsageKind>( number -- enum )
<CXTemplateArgumentKind>( number -- enum )
<CXTokenKind>( number -- enum )
<CXTranslationUnit_Flags>( number -- enum )
<CXTypeKind>( number -- enum )
<CXTypeLayoutError>( number -- enum )
<CXTypeNullabilityKind>( number -- enum )
<CXUnaryOperatorKind>( number -- enum )
<CXVisibilityKind>( number -- enum )
<CXVisitorResult>( number -- enum )
<CX_CXXAccessSpecifier>( number -- enum )
<CX_StorageClass>( number -- enum )
CXCursorVisitor( quot -- alien )
UINT_MAX( -- value )
clang_Cursor_getArgument( C i -- CXCursor )
clang_Cursor_getBriefCommentText( C -- CXString )
clang_Cursor_getCXXManglings( C -- CXString )
clang_Cursor_getCommentRange( C -- CXSourceRange )
clang_Cursor_getMangling( C -- CXString )
clang_Cursor_getNumArguments( C -- int )
clang_Cursor_getNumSpecializations( C -- uint )
clang_Cursor_getNumTemplateArguments( C -- uint )
clang_Cursor_getObjCDeclQualifiers( C -- CXString )
clang_Cursor_getObjCManglings( C -- CXStringSet* )
clang_Cursor_getObjCPropertyGetterName( C -- CXString )
clang_Cursor_getObjCPropertySetterName( C -- CXString )
clang_Cursor_getObjCSelectorIndexName( C -- CXString )
clang_Cursor_getRawCommentText( C -- CXString )
clang_Cursor_getReceiverType( C -- CXType )
clang_Cursor_getSpecialization( C i -- CXCursor )
clang_Cursor_getTemplateArgumentCursor( C i -- CXCursor )
clang_Cursor_getTemplateArgumentType( C i -- CXType )
clang_Cursor_getTemplateArgumentValue( C i -- int )
clang_Cursor_getTranslationUnit( C -- CXTranslationUnit )
clang_Cursor_isObjCOptional( C -- uint )
clang_Cursor_isVariadic( C -- uint )
clang_Location_isFromMainFile( location -- int )
clang_Location_isInSystemHeader( location -- int )
clang_Range_isNull( range -- int )
clang_Type_getObjCObjectBaseType( T -- CXType )
clang_annotateTokens( tu tokens numTokens cursors -- )
clang_constructUSR_ObjCCategory( class_name category_name -- CXString )
clang_constructUSR_ObjCClass( class_name -- CXString )
clang_constructUSR_ObjCIvar( name classUSR -- CXString )
clang_constructUSR_ObjCMethod( name isInstanceMethod classUSR -- CXString )
clang_constructUSR_ObjCProperty( property classUSR -- CXString )
clang_constructUSR_ObjCProtocol( protocol_name -- CXString )
clang_createIndex( excludeDeclarationsFromPCH displayDiagnostics -- CXIndex )
clang_disposeIndex( index -- )
clang_disposeOverriddenCursors( overridden -- )
clang_disposeSourceRangeList( ranges -- )
clang_disposeString( string -- )
clang_disposeStringSet( set -- )
clang_disposeTokens( tu tokens numTokens -- )
clang_disposeTranslationUnit( c -- )
clang_enableStackTraces( -- )
clang_equalLocations( loc1 loc2 -- uint )
clang_equalRanges( range1 range2 -- int )
clang_executeOnThread( fn user_data stack_size -- )
clang_getAllSkippedRanges( tu -- CXSourceRangeList* )
clang_getArgType( C i -- CXType )
clang_getArrayElementType( T -- CXType )
clang_getArraySize( T -- uint )
clang_getCString( string -- char* )
clang_getCanonicalType( T -- CXType )
clang_getClangVersion( -- CXString )
clang_getCursorDisplayName( C -- CXString )
clang_getCursorExtent( cursor -- CXSourceRange )
clang_getCursorKind( c -- CXCursorKind )
clang_getCursorKindSpelling( Kind -- CXString )
clang_getCursorLexicalParent( cursor -- CXCursor )
clang_getCursorLocation( cursor -- CXSourceLocation )
clang_getCursorReceiverType( C -- CXType )
clang_getCursorReferenceQualifier( C -- CXType )
clang_getCursorResultType( C -- CXType )
clang_getCursorSemanticParent( cursor -- CXCursor )
clang_getCursorSpelling( C -- CXString )
clang_getCursorType( C -- CXType )
clang_getCursorUSR( C -- CXString )
clang_getDefinitionSpellingAndExtent( cursor startBuf endBuf startLine startColumn endLine endColumn -- )
clang_getDiagnosticSetFromTU( Unit -- CXDiagnosticSet )
clang_getEnumConstantDeclUnsignedValue( C -- ulonglong )
clang_getEnumConstantDeclValue( C -- longlong )
clang_getEnumDeclIntegerType( C -- CXType )
clang_getExpansionLocation( location file line column offset -- )
clang_getFieldDecl( T i -- CXCursor )
clang_getFile( tu file_name -- CXFile )
clang_getFileLocation( location file line column offset -- )
clang_getFileName( SFile -- CXString )
clang_getFileTime( SFile -- uint )
clang_getIBOutletCollectionType( C -- CXType )
clang_getIncludedFile( cursor -- CXFile )
clang_getInstantiationLocation( location file line column offset -- )
clang_getLocation( tu file line column -- CXSourceLocation )
clang_getLocationForOffset( tu file offset -- CXSourceLocation )
clang_getNullLocation( -- CXSourceLocation )
clang_getNullRange( -- CXSourceRange )
clang_getNumFields( T -- uint )
clang_getNumOverloadedDecls( cursor -- uint )
clang_getOverloadedDecl( cursor index -- )
clang_getOverriddenCursors( cursor overridden num_overridden -- )
clang_getPointeeType( T -- CXType )
clang_getPresumedLocation( location filename line column -- )
clang_getRange( begin end -- CXSourceRange )
clang_getRangeEnd( range -- CXSourceLocation )
clang_getRangeStart( range -- CXSourceLocation )
clang_getResultType( T -- CXType )
clang_getSkippedRanges( tu file -- CXSourceRangeList* )
clang_getSpellingLocation( location file line column offset -- )
clang_getToken( tu location -- CXToken* )
clang_getTokenExtent( tu token -- CXSourceRange )
clang_getTokenKind( token -- CXTokenKind )
clang_getTokenLocation( tu token -- CXSourceLocation )
clang_getTokenSpelling( tu token -- CXString )
clang_getTranslationUnitCursor( c -- CXCursor )
clang_getTypeDeclaration( T -- CXCursor )
clang_getTypeKind( CT -- CXTypeKind )
clang_getTypeKindSpelling( K -- CXString )
clang_getTypeSpelling( CT -- CXString )
clang_getTypedefDeclUnderlyingType( C -- CXType )
clang_parseTranslationUnit( CIdx source_filename command_line_args num_command_line_args unsaved_files num_unsaved_files options -- CXTranslationUnit )
clang_tokenize( tu range tokens numTokens -- )
clang_visitChildren( parent visitor client_data -- uint )
latest-libclang( -- path/f )


Class predicate words
WordStack effect
CXAvailability_Available?( object -- ? )
CXAvailability_Deprecated?( object -- ? )
CXAvailability_NotAccessible?( object -- ? )
CXAvailability_NotAvailable?( object -- ? )
CXBinaryOperator_Add?( object -- ? )
CXBinaryOperator_AddAssign?( object -- ? )
CXBinaryOperator_And?( object -- ? )
CXBinaryOperator_AndAssign?( object -- ? )
CXBinaryOperator_Assign?( object -- ? )
CXBinaryOperator_Cmp?( object -- ? )
CXBinaryOperator_Comma?( object -- ? )
CXBinaryOperator_Div?( object -- ? )
CXBinaryOperator_DivAssign?( object -- ? )
CXBinaryOperator_EQ?( object -- ? )
CXBinaryOperator_GE?( object -- ? )
CXBinaryOperator_GT?( object -- ? )
CXBinaryOperator_Invalid?( object -- ? )
CXBinaryOperator_LAnd?( object -- ? )
CXBinaryOperator_LE?( object -- ? )
CXBinaryOperator_LOr?( object -- ? )
CXBinaryOperator_LT?( object -- ? )
CXBinaryOperator_Mul?( object -- ? )
CXBinaryOperator_MulAssign?( object -- ? )
CXBinaryOperator_NE?( object -- ? )
CXBinaryOperator_Or?( object -- ? )
CXBinaryOperator_OrAssign?( object -- ? )
CXBinaryOperator_PtrMemD?( object -- ? )
CXBinaryOperator_PtrMemI?( object -- ? )
CXBinaryOperator_Rem?( object -- ? )
CXBinaryOperator_RemAssign?( object -- ? )
CXBinaryOperator_Shl?( object -- ? )
CXBinaryOperator_ShlAssign?( object -- ? )
CXBinaryOperator_Shr?( object -- ? )
CXBinaryOperator_ShrAssign?( object -- ? )
CXBinaryOperator_Sub?( object -- ? )
CXBinaryOperator_SubAssign?( object -- ? )
CXBinaryOperator_Xor?( object -- ? )
CXBinaryOperator_XorAssign?( object -- ? )
CXCallingConv_AAPCS?( object -- ? )
CXCallingConv_AAPCS_VFP?( object -- ? )
CXCallingConv_AArch64SVEPCS?( object -- ? )
CXCallingConv_AArch64VectorCall?( object -- ? )
CXCallingConv_C?( object -- ? )
CXCallingConv_Default?( object -- ? )
CXCallingConv_IntelOclBicc?( object -- ? )
CXCallingConv_Invalid?( object -- ? )
CXCallingConv_PreserveAll?( object -- ? )
CXCallingConv_PreserveMost?( object -- ? )
CXCallingConv_Swift?( object -- ? )
CXCallingConv_SwiftAsync?( object -- ? )
CXCallingConv_Unexposed?( object -- ? )
CXCallingConv_Win64?( object -- ? )
CXCallingConv_X86FastCall?( object -- ? )
CXCallingConv_X86Pascal?( object -- ? )
CXCallingConv_X86RegCall?( object -- ? )
CXCallingConv_X86StdCall?( object -- ? )
CXCallingConv_X86ThisCall?( object -- ? )
CXCallingConv_X86VectorCall?( object -- ? )
CXCallingConv_X86_64SysV?( object -- ? )
CXCallingConv_X86_64Win64?( object -- ? )
CXChildVisit_Break?( object -- ? )
CXChildVisit_Continue?( object -- ? )
CXChildVisit_Recurse?( object -- ? )
CXChoice_Default?( object -- ? )
CXChoice_Disabled?( object -- ? )
CXChoice_Enabled?( object -- ? )
CXCodeCompleteResults?( object -- ? )
CXCodeComplete_IncludeBriefComments?( object -- ? )
CXCodeComplete_IncludeCodePatterns?( object -- ? )
CXCodeComplete_IncludeCompletionsWithFixIts?( object -- ? )
CXCodeComplete_IncludeMacros?( object -- ? )
CXCodeComplete_SkipPreamble?( object -- ? )
CXComment?( object -- ? )
CXCommentInlineCommandRenderKind_Bold?( object -- ? )
CXCommentInlineCommandRenderKind_Emphasized?( object -- ? )
CXCommentInlineCommandRenderKind_Monospaced?( object -- ? )
CXCommentInlineCommandRenderKind_Normal?( object -- ? )
CXCommentParamPassDirection_In?( object -- ? )
CXCommentParamPassDirection_InOut?( object -- ? )
CXCommentParamPassDirection_Out?( object -- ? )
CXComment_BlockCommand?( object -- ? )
CXComment_FullComment?( object -- ? )
CXComment_HTMLEndTag?( object -- ? )
CXComment_HTMLStartTag?( object -- ? )
CXComment_InlineCommand?( object -- ? )
CXComment_Null?( object -- ? )
CXComment_Paragraph?( object -- ? )
CXComment_ParamCommand?( object -- ? )
CXComment_TParamCommand?( object -- ? )
CXComment_Text?( object -- ? )
CXComment_VerbatimBlockCommand?( object -- ? )
CXComment_VerbatimBlockLine?( object -- ? )
CXComment_VerbatimLine?( object -- ? )
CXCompilationDatabase_CanNotLoadDatabase?( object -- ? )
CXCompilationDatabase_NoError?( object -- ? )
CXCompletionChunk_Colon?( object -- ? )
CXCompletionChunk_Comma?( object -- ? )
CXCompletionChunk_CurrentParameter?( object -- ? )
CXCompletionChunk_Equal?( object -- ? )
CXCompletionChunk_HorizontalSpace?( object -- ? )
CXCompletionChunk_Informative?( object -- ? )
CXCompletionChunk_LeftAngle?( object -- ? )
CXCompletionChunk_LeftBrace?( object -- ? )
CXCompletionChunk_LeftBracket?( object -- ? )
CXCompletionChunk_LeftParen?( object -- ? )
CXCompletionChunk_Optional?( object -- ? )
CXCompletionChunk_Placeholder?( object -- ? )
CXCompletionChunk_ResultType?( object -- ? )
CXCompletionChunk_RightAngle?( object -- ? )
CXCompletionChunk_RightBrace?( object -- ? )
CXCompletionChunk_RightBracket?( object -- ? )
CXCompletionChunk_RightParen?( object -- ? )
CXCompletionChunk_SemiColon?( object -- ? )
CXCompletionChunk_Text?( object -- ? )
CXCompletionChunk_TypedText?( object -- ? )
CXCompletionChunk_VerticalSpace?( object -- ? )
CXCompletionContext_AnyType?( object -- ? )
CXCompletionContext_AnyValue?( object -- ? )
CXCompletionContext_ArrowMemberAccess?( object -- ? )
CXCompletionContext_CXXClassTypeValue?( object -- ? )
CXCompletionContext_ClassTag?( object -- ? )
CXCompletionContext_DotMemberAccess?( object -- ? )
CXCompletionContext_EnumTag?( object -- ? )
CXCompletionContext_IncludedFile?( object -- ? )
CXCompletionContext_MacroName?( object -- ? )
CXCompletionContext_Namespace?( object -- ? )
CXCompletionContext_NaturalLanguage?( object -- ? )
CXCompletionContext_NestedNameSpecifier?( object -- ? )
CXCompletionContext_ObjCCategory?( object -- ? )
CXCompletionContext_ObjCClassMessage?( object -- ? )
CXCompletionContext_ObjCInstanceMessage?( object -- ? )
CXCompletionContext_ObjCInterface?( object -- ? )
CXCompletionContext_ObjCObjectValue?( object -- ? )
CXCompletionContext_ObjCPropertyAccess?( object -- ? )
CXCompletionContext_ObjCProtocol?( object -- ? )
CXCompletionContext_ObjCSelectorName?( object -- ? )
CXCompletionContext_ObjCSelectorValue?( object -- ? )
CXCompletionContext_StructTag?( object -- ? )
CXCompletionContext_Unexposed?( object -- ? )
CXCompletionContext_UnionTag?( object -- ? )
CXCompletionContext_Unknown?( object -- ? )
CXCompletionResult?( object -- ? )
CXCursor?( object -- ? )
CXCursorAndRangeVisitor?( object -- ? )
CXCursor_AddrLabelExpr?( object -- ? )
CXCursor_AlignedAttr?( object -- ? )
CXCursor_AnnotateAttr?( object -- ? )
CXCursor_ArraySubscriptExpr?( object -- ? )
CXCursor_AsmLabelAttr?( object -- ? )
CXCursor_AsmStmt?( object -- ? )
CXCursor_BinaryOperator?( object -- ? )
CXCursor_BlockExpr?( object -- ? )
CXCursor_BreakStmt?( object -- ? )
CXCursor_BuiltinBitCastExpr?( object -- ? )
CXCursor_CStyleCastExpr?( object -- ? )
CXCursor_CUDAConstantAttr?( object -- ? )
CXCursor_CUDADeviceAttr?( object -- ? )
CXCursor_CUDAGlobalAttr?( object -- ? )
CXCursor_CUDAHostAttr?( object -- ? )
CXCursor_CUDASharedAttr?( object -- ? )
CXCursor_CXXAccessSpecifier?( object -- ? )
CXCursor_CXXAddrspaceCastExpr?( object -- ? )
CXCursor_CXXBaseSpecifier?( object -- ? )
CXCursor_CXXBoolLiteralExpr?( object -- ? )
CXCursor_CXXCatchStmt?( object -- ? )
CXCursor_CXXConstCastExpr?( object -- ? )
CXCursor_CXXDeleteExpr?( object -- ? )
CXCursor_CXXDynamicCastExpr?( object -- ? )
CXCursor_CXXFinalAttr?( object -- ? )
CXCursor_CXXForRangeStmt?( object -- ? )
CXCursor_CXXFunctionalCastExpr?( object -- ? )
CXCursor_CXXMethod?( object -- ? )
CXCursor_CXXNewExpr?( object -- ? )
CXCursor_CXXNullPtrLiteralExpr?( object -- ? )
CXCursor_CXXOverrideAttr?( object -- ? )
CXCursor_CXXReinterpretCastExpr?( object -- ? )
CXCursor_CXXStaticCastExpr?( object -- ? )
CXCursor_CXXThisExpr?( object -- ? )
CXCursor_CXXThrowExpr?( object -- ? )
CXCursor_CXXTryStmt?( object -- ? )
CXCursor_CXXTypeidExpr?( object -- ? )
CXCursor_CallExpr?( object -- ? )
CXCursor_CaseStmt?( object -- ? )
CXCursor_CharacterLiteral?( object -- ? )
CXCursor_ClassDecl?( object -- ? )
CXCursor_ClassTemplate?( object -- ? )
CXCursor_ClassTemplatePartialSpecialization?( object -- ? )
CXCursor_CompoundAssignOperator?( object -- ? )
CXCursor_CompoundLiteralExpr?( object -- ? )
CXCursor_CompoundStmt?( object -- ? )
CXCursor_ConditionalOperator?( object -- ? )
CXCursor_ConstAttr?( object -- ? )
CXCursor_Constructor?( object -- ? )
CXCursor_ContinueStmt?( object -- ? )
CXCursor_ConvergentAttr?( object -- ? )
CXCursor_ConversionFunction?( object -- ? )
CXCursor_DLLExport?( object -- ? )
CXCursor_DLLImport?( object -- ? )
CXCursor_DeclRefExpr?( object -- ? )
CXCursor_DeclStmt?( object -- ? )
CXCursor_DefaultStmt?( object -- ? )
CXCursor_Destructor?( object -- ? )
CXCursor_DoStmt?( object -- ? )
CXCursor_EnumConstantDecl?( object -- ? )
CXCursor_EnumDecl?( object -- ? )
CXCursor_ExceptionSpecificationKind_BasicNoexcept?( object -- ? )
CXCursor_ExceptionSpecificationKind_ComputedNoexcept?( object -- ? )
CXCursor_ExceptionSpecificationKind_Dynamic?( object -- ? )
CXCursor_ExceptionSpecificationKind_DynamicNone?( object -- ? )
CXCursor_ExceptionSpecificationKind_MSAny?( object -- ? )
CXCursor_ExceptionSpecificationKind_NoThrow?( object -- ? )
CXCursor_ExceptionSpecificationKind_None?( object -- ? )
CXCursor_ExceptionSpecificationKind_Unevaluated?( object -- ? )
CXCursor_ExceptionSpecificationKind_Uninstantiated?( object -- ? )
CXCursor_ExceptionSpecificationKind_Unparsed?( object -- ? )
CXCursor_FieldDecl?( object -- ? )
CXCursor_FirstAttr?( object -- ? )
CXCursor_FirstDecl?( object -- ? )
CXCursor_FirstExpr?( object -- ? )
CXCursor_FirstExtraDecl?( object -- ? )
CXCursor_FirstInvalid?( object -- ? )
CXCursor_FirstPreprocessing?( object -- ? )
CXCursor_FirstRef?( object -- ? )
CXCursor_FirstStmt?( object -- ? )
CXCursor_FixedPointLiteral?( object -- ? )
CXCursor_FlagEnum?( object -- ? )
CXCursor_FloatingLiteral?( object -- ? )
CXCursor_ForStmt?( object -- ? )
CXCursor_FriendDecl?( object -- ? )
CXCursor_FunctionDecl?( object -- ? )
CXCursor_FunctionTemplate?( object -- ? )
CXCursor_GCCAsmStmt?( object -- ? )
CXCursor_GNUNullExpr?( object -- ? )
CXCursor_GenericSelectionExpr?( object -- ? )
CXCursor_GotoStmt?( object -- ? )
CXCursor_IBActionAttr?( object -- ? )
CXCursor_IBOutletAttr?( object -- ? )
CXCursor_IBOutletCollectionAttr?( object -- ? )
CXCursor_IfStmt?( object -- ? )
CXCursor_ImaginaryLiteral?( object -- ? )
CXCursor_InclusionDirective?( object -- ? )
CXCursor_IndirectGotoStmt?( object -- ? )
CXCursor_InitListExpr?( object -- ? )
CXCursor_IntegerLiteral?( object -- ? )
CXCursor_InvalidCode?( object -- ? )
CXCursor_InvalidFile?( object -- ? )
CXCursor_LabelRef?( object -- ? )
CXCursor_LabelStmt?( object -- ? )
CXCursor_LambdaExpr?( object -- ? )
CXCursor_LastAttr?( object -- ? )
CXCursor_LastDecl?( object -- ? )
CXCursor_LastExpr?( object -- ? )
CXCursor_LastExtraDecl?( object -- ? )
CXCursor_LastInvalid?( object -- ? )
CXCursor_LastPreprocessing?( object -- ? )
CXCursor_LastRef?( object -- ? )
CXCursor_LastStmt?( object -- ? )
CXCursor_LinkageSpec?( object -- ? )
CXCursor_MSAsmStmt?( object -- ? )
CXCursor_MacroDefinition?( object -- ? )
CXCursor_MacroExpansion?( object -- ? )
CXCursor_MacroInstantiation?( object -- ? )
CXCursor_MemberRef?( object -- ? )
CXCursor_MemberRefExpr?( object -- ? )
CXCursor_ModuleImportDecl?( object -- ? )
CXCursor_NSConsumed?( object -- ? )
CXCursor_NSConsumesSelf?( object -- ? )
CXCursor_NSReturnsAutoreleased?( object -- ? )
CXCursor_NSReturnsNotRetained?( object -- ? )
CXCursor_NSReturnsRetained?( object -- ? )
CXCursor_Namespace?( object -- ? )
CXCursor_NamespaceAlias?( object -- ? )
CXCursor_NamespaceRef?( object -- ? )
CXCursor_NoDeclFound?( object -- ? )
CXCursor_NoDuplicateAttr?( object -- ? )
CXCursor_NonTypeTemplateParameter?( object -- ? )
CXCursor_NotImplemented?( object -- ? )
CXCursor_NullStmt?( object -- ? )
CXCursor_OMPArraySectionExpr?( object -- ? )
CXCursor_OMPArrayShapingExpr?( object -- ? )
CXCursor_OMPAtomicDirective?( object -- ? )
CXCursor_OMPBarrierDirective?( object -- ? )
CXCursor_OMPCancelDirective?( object -- ? )
CXCursor_OMPCancellationPointDirective?( object -- ? )
CXCursor_OMPCanonicalLoop?( object -- ? )
CXCursor_OMPCriticalDirective?( object -- ? )
CXCursor_OMPDepobjDirective?( object -- ? )
CXCursor_OMPDispatchDirective?( object -- ? )
CXCursor_OMPDistributeDirective?( object -- ? )
CXCursor_OMPDistributeParallelForDirective?( object -- ? )
CXCursor_OMPDistributeParallelForSimdDirective?( object -- ? )
CXCursor_OMPDistributeSimdDirective?( object -- ? )
CXCursor_OMPFlushDirective?( object -- ? )
CXCursor_OMPForDirective?( object -- ? )
CXCursor_OMPForSimdDirective?( object -- ? )
CXCursor_OMPGenericLoopDirective?( object -- ? )
CXCursor_OMPInteropDirective?( object -- ? )
CXCursor_OMPIteratorExpr?( object -- ? )
CXCursor_OMPMaskedDirective?( object -- ? )
CXCursor_OMPMasterDirective?( object -- ? )
CXCursor_OMPMasterTaskLoopDirective?( object -- ? )
CXCursor_OMPMasterTaskLoopSimdDirective?( object -- ? )
CXCursor_OMPMetaDirective?( object -- ? )
CXCursor_OMPOrderedDirective?( object -- ? )
CXCursor_OMPParallelDirective?( object -- ? )
CXCursor_OMPParallelForDirective?( object -- ? )
CXCursor_OMPParallelForSimdDirective?( object -- ? )
CXCursor_OMPParallelMasterDirective?( object -- ? )
CXCursor_OMPParallelMasterTaskLoopDirective?( object -- ? )
CXCursor_OMPParallelMasterTaskLoopSimdDirective?( object -- ? )
CXCursor_OMPParallelSectionsDirective?( object -- ? )
CXCursor_OMPScanDirective?( object -- ? )
CXCursor_OMPSectionDirective?( object -- ? )
CXCursor_OMPSectionsDirective?( object -- ? )
CXCursor_OMPSimdDirective?( object -- ? )
CXCursor_OMPSingleDirective?( object -- ? )
CXCursor_OMPTargetDataDirective?( object -- ? )
CXCursor_OMPTargetDirective?( object -- ? )
CXCursor_OMPTargetEnterDataDirective?( object -- ? )
CXCursor_OMPTargetExitDataDirective?( object -- ? )
CXCursor_OMPTargetParallelDirective?( object -- ? )
CXCursor_OMPTargetParallelForDirective?( object -- ? )
CXCursor_OMPTargetParallelForSimdDirective?( object -- ? )
CXCursor_OMPTargetSimdDirective?( object -- ? )
CXCursor_OMPTargetTeamsDirective?( object -- ? )
CXCursor_OMPTargetTeamsDistributeDirective?( object -- ? )
CXCursor_OMPTargetTeamsDistributeParallelForDirective?( object -- ? )
CXCursor_OMPTargetTeamsDistributeParallelForSimdDirective?( object -- ? )
CXCursor_OMPTargetTeamsDistributeSimdDirective?( object -- ? )
CXCursor_OMPTargetUpdateDirective?( object -- ? )
CXCursor_OMPTaskDirective?( object -- ? )
CXCursor_OMPTaskLoopDirective?( object -- ? )
CXCursor_OMPTaskLoopSimdDirective?( object -- ? )
CXCursor_OMPTaskgroupDirective?( object -- ? )
CXCursor_OMPTaskwaitDirective?( object -- ? )
CXCursor_OMPTaskyieldDirective?( object -- ? )
CXCursor_OMPTeamsDirective?( object -- ? )
CXCursor_OMPTeamsDistributeDirective?( object -- ? )
CXCursor_OMPTeamsDistributeParallelForDirective?( object -- ? )
CXCursor_OMPTeamsDistributeParallelForSimdDirective?( object -- ? )
CXCursor_OMPTeamsDistributeSimdDirective?( object -- ? )
CXCursor_OMPTileDirective?( object -- ? )
CXCursor_OMPUnrollDirective?( object -- ? )
CXCursor_ObjCAtCatchStmt?( object -- ? )
CXCursor_ObjCAtFinallyStmt?( object -- ? )
CXCursor_ObjCAtSynchronizedStmt?( object -- ? )
CXCursor_ObjCAtThrowStmt?( object -- ? )
CXCursor_ObjCAtTryStmt?( object -- ? )
CXCursor_ObjCAutoreleasePoolStmt?( object -- ? )
CXCursor_ObjCAvailabilityCheckExpr?( object -- ? )
CXCursor_ObjCBoolLiteralExpr?( object -- ? )
CXCursor_ObjCBoxable?( object -- ? )
CXCursor_ObjCBridgedCastExpr?( object -- ? )
CXCursor_ObjCCategoryDecl?( object -- ? )
CXCursor_ObjCCategoryImplDecl?( object -- ? )
CXCursor_ObjCClassMethodDecl?( object -- ? )
CXCursor_ObjCClassRef?( object -- ? )
CXCursor_ObjCDesignatedInitializer?( object -- ? )
CXCursor_ObjCDynamicDecl?( object -- ? )
CXCursor_ObjCEncodeExpr?( object -- ? )
CXCursor_ObjCException?( object -- ? )
CXCursor_ObjCExplicitProtocolImpl?( object -- ? )
CXCursor_ObjCForCollectionStmt?( object -- ? )
CXCursor_ObjCImplementationDecl?( object -- ? )
CXCursor_ObjCIndependentClass?( object -- ? )
CXCursor_ObjCInstanceMethodDecl?( object -- ? )
CXCursor_ObjCInterfaceDecl?( object -- ? )
CXCursor_ObjCIvarDecl?( object -- ? )
CXCursor_ObjCMessageExpr?( object -- ? )
CXCursor_ObjCNSObject?( object -- ? )
CXCursor_ObjCPreciseLifetime?( object -- ? )
CXCursor_ObjCPropertyDecl?( object -- ? )
CXCursor_ObjCProtocolDecl?( object -- ? )
CXCursor_ObjCProtocolExpr?( object -- ? )
CXCursor_ObjCProtocolRef?( object -- ? )
CXCursor_ObjCRequiresSuper?( object -- ? )
CXCursor_ObjCReturnsInnerPointer?( object -- ? )
CXCursor_ObjCRootClass?( object -- ? )
CXCursor_ObjCRuntimeVisible?( object -- ? )
CXCursor_ObjCSelectorExpr?( object -- ? )
CXCursor_ObjCSelfExpr?( object -- ? )
CXCursor_ObjCStringLiteral?( object -- ? )
CXCursor_ObjCSubclassingRestricted?( object -- ? )
CXCursor_ObjCSuperClassRef?( object -- ? )
CXCursor_ObjCSynthesizeDecl?( object -- ? )
CXCursor_OverloadCandidate?( object -- ? )
CXCursor_OverloadedDeclRef?( object -- ? )
CXCursor_PackExpansionExpr?( object -- ? )
CXCursor_PackedAttr?( object -- ? )
CXCursor_ParenExpr?( object -- ? )
CXCursor_ParmDecl?( object -- ? )
CXCursor_PreprocessingDirective?( object -- ? )
CXCursor_PureAttr?( object -- ? )
CXCursor_ReturnStmt?( object -- ? )
CXCursor_SEHExceptStmt?( object -- ? )
CXCursor_SEHFinallyStmt?( object -- ? )
CXCursor_SEHLeaveStmt?( object -- ? )
CXCursor_SEHTryStmt?( object -- ? )
CXCursor_SizeOfPackExpr?( object -- ? )
CXCursor_StaticAssert?( object -- ? )
CXCursor_StmtExpr?( object -- ? )
CXCursor_StringLiteral?( object -- ? )
CXCursor_StructDecl?( object -- ? )
CXCursor_SwitchStmt?( object -- ? )
CXCursor_TemplateRef?( object -- ? )
CXCursor_TemplateTemplateParameter?( object -- ? )
CXCursor_TemplateTypeParameter?( object -- ? )
CXCursor_TranslationUnit?( object -- ? )
CXCursor_TypeAliasDecl?( object -- ? )
CXCursor_TypeAliasTemplateDecl?( object -- ? )
CXCursor_TypeRef?( object -- ? )
CXCursor_TypedefDecl?( object -- ? )
CXCursor_UnaryExpr?( object -- ? )
CXCursor_UnaryOperator?( object -- ? )
CXCursor_UnexposedAttr?( object -- ? )
CXCursor_UnexposedDecl?( object -- ? )
CXCursor_UnexposedExpr?( object -- ? )
CXCursor_UnexposedStmt?( object -- ? )
CXCursor_UnionDecl?( object -- ? )
CXCursor_UsingDeclaration?( object -- ? )
CXCursor_UsingDirective?( object -- ? )
CXCursor_VarDecl?( object -- ? )
CXCursor_VariableRef?( object -- ? )
CXCursor_VisibilityAttr?( object -- ? )
CXCursor_WarnUnusedAttr?( object -- ? )
CXCursor_WarnUnusedResultAttr?( object -- ? )
CXCursor_WhileStmt?( object -- ? )
CXDiagnostic_DisplayCategoryId?( object -- ? )
CXDiagnostic_DisplayCategoryName?( object -- ? )
CXDiagnostic_DisplayColumn?( object -- ? )
CXDiagnostic_DisplayOption?( object -- ? )
CXDiagnostic_DisplaySourceLocation?( object -- ? )
CXDiagnostic_DisplaySourceRanges?( object -- ? )
CXDiagnostic_Error?( object -- ? )
CXDiagnostic_Fatal?( object -- ? )
CXDiagnostic_Ignored?( object -- ? )
CXDiagnostic_Note?( object -- ? )
CXDiagnostic_Warning?( object -- ? )
CXError_ASTReadError?( object -- ? )
CXError_Crashed?( object -- ? )
CXError_Failure?( object -- ? )
CXError_InvalidArguments?( object -- ? )
CXError_Success?( object -- ? )
CXEval_CFStr?( object -- ? )
CXEval_Float?( object -- ? )
CXEval_Int?( object -- ? )
CXEval_ObjCStrLiteral?( object -- ? )
CXEval_Other?( object -- ? )
CXEval_StrLiteral?( object -- ? )
CXEval_UnExposed?( object -- ? )
CXFileUniqueID?( object -- ? )
CXGlobalOpt_None?( object -- ? )
CXGlobalOpt_ThreadBackgroundPriorityForAll?( object -- ? )
CXGlobalOpt_ThreadBackgroundPriorityForEditing?( object -- ? )
CXGlobalOpt_ThreadBackgroundPriorityForIndexing?( object -- ? )
CXIdxAttrInfo?( object -- ? )
CXIdxAttr_IBAction?( object -- ? )
CXIdxAttr_IBOutlet?( object -- ? )
CXIdxAttr_IBOutletCollection?( object -- ? )
CXIdxAttr_Unexposed?( object -- ? )
CXIdxDeclFlag_Skipped?( object -- ? )
CXIdxEntityLang_C?( object -- ? )
CXIdxEntityLang_CXX?( object -- ? )
CXIdxEntityLang_None?( object -- ? )
CXIdxEntityLang_ObjC?( object -- ? )
CXIdxEntityLang_Swift?( object -- ? )
CXIdxEntityRef_Direct?( object -- ? )
CXIdxEntityRef_Implicit?( object -- ? )
CXIdxEntity_CXXClass?( object -- ? )
CXIdxEntity_CXXConcept?( object -- ? )
CXIdxEntity_CXXConstructor?( object -- ? )
CXIdxEntity_CXXConversionFunction?( object -- ? )
CXIdxEntity_CXXDestructor?( object -- ? )
CXIdxEntity_CXXInstanceMethod?( object -- ? )
CXIdxEntity_CXXInterface?( object -- ? )
CXIdxEntity_CXXNamespace?( object -- ? )
CXIdxEntity_CXXNamespaceAlias?( object -- ? )
CXIdxEntity_CXXStaticMethod?( object -- ? )
CXIdxEntity_CXXStaticVariable?( object -- ? )
CXIdxEntity_CXXTypeAlias?( object -- ? )
CXIdxEntity_Enum?( object -- ? )
CXIdxEntity_EnumConstant?( object -- ? )
CXIdxEntity_Field?( object -- ? )
CXIdxEntity_Function?( object -- ? )
CXIdxEntity_NonTemplate?( object -- ? )
CXIdxEntity_ObjCCategory?( object -- ? )
CXIdxEntity_ObjCClass?( object -- ? )
CXIdxEntity_ObjCClassMethod?( object -- ? )
CXIdxEntity_ObjCInstanceMethod?( object -- ? )
CXIdxEntity_ObjCIvar?( object -- ? )
CXIdxEntity_ObjCProperty?( object -- ? )
CXIdxEntity_ObjCProtocol?( object -- ? )
CXIdxEntity_Struct?( object -- ? )
CXIdxEntity_Template?( object -- ? )
CXIdxEntity_TemplatePartialSpecialization?( object -- ? )
CXIdxEntity_TemplateSpecialization?( object -- ? )
CXIdxEntity_Typedef?( object -- ? )
CXIdxEntity_Unexposed?( object -- ? )
CXIdxEntity_Union?( object -- ? )
CXIdxEntity_Variable?( object -- ? )
CXIdxLoc?( object -- ? )
CXIdxObjCContainer_ForwardRef?( object -- ? )
CXIdxObjCContainer_Implementation?( object -- ? )
CXIdxObjCContainer_Interface?( object -- ? )
CXIndexOptIndexFunctionLocalSymbols?( object -- ? )
CXIndexOptIndexImplicitTemplateInstantiations?( object -- ? )
CXIndexOptNone?( object -- ? )
CXIndexOptSkipParsedBodiesInSession?( object -- ? )
CXIndexOptSuppressRedundantRefs?( object -- ? )
CXIndexOptSuppressWarnings?( object -- ? )
CXLanguage_C?( object -- ? )
CXLanguage_CPlusPlus?( object -- ? )
CXLanguage_Invalid?( object -- ? )
CXLanguage_ObjC?( object -- ? )
CXLinkage_External?( object -- ? )
CXLinkage_Internal?( object -- ? )
CXLinkage_Invalid?( object -- ? )
CXLinkage_NoLinkage?( object -- ? )
CXLinkage_UniqueExternal?( object -- ? )
CXLoadDiag_CannotLoad?( object -- ? )
CXLoadDiag_InvalidFile?( object -- ? )
CXLoadDiag_None?( object -- ? )
CXLoadDiag_Unknown?( object -- ? )
CXNameRange_WantQualifier?( object -- ? )
CXNameRange_WantSinglePiece?( object -- ? )
CXNameRange_WantTemplateArgs?( object -- ? )
CXObjCDeclQualifier_Bycopy?( object -- ? )
CXObjCDeclQualifier_Byref?( object -- ? )
CXObjCDeclQualifier_In?( object -- ? )
CXObjCDeclQualifier_Inout?( object -- ? )
CXObjCDeclQualifier_None?( object -- ? )
CXObjCDeclQualifier_Oneway?( object -- ? )
CXObjCDeclQualifier_Out?( object -- ? )
CXObjCPropertyAttr_assign?( object -- ? )
CXObjCPropertyAttr_atomic?( object -- ? )
CXObjCPropertyAttr_class?( object -- ? )
CXObjCPropertyAttr_copy?( object -- ? )
CXObjCPropertyAttr_getter?( object -- ? )
CXObjCPropertyAttr_noattr?( object -- ? )
CXObjCPropertyAttr_nonatomic?( object -- ? )
CXObjCPropertyAttr_readonly?( object -- ? )
CXObjCPropertyAttr_readwrite?( object -- ? )
CXObjCPropertyAttr_retain?( object -- ? )
CXObjCPropertyAttr_setter?( object -- ? )
CXObjCPropertyAttr_strong?( object -- ? )
CXObjCPropertyAttr_unsafe_unretained?( object -- ? )
CXObjCPropertyAttr_weak?( object -- ? )
CXPrintingPolicy_Alignof?( object -- ? )
CXPrintingPolicy_AnonymousTagLocations?( object -- ? )
CXPrintingPolicy_Bool?( object -- ? )
CXPrintingPolicy_ConstantArraySizeAsWritten?( object -- ? )
CXPrintingPolicy_ConstantsAsWritten?( object -- ? )
CXPrintingPolicy_FullyQualifiedName?( object -- ? )
CXPrintingPolicy_Half?( object -- ? )
CXPrintingPolicy_IncludeNewlines?( object -- ? )
CXPrintingPolicy_IncludeTagDefinition?( object -- ? )
CXPrintingPolicy_Indentation?( object -- ? )
CXPrintingPolicy_MSVCFormatting?( object -- ? )
CXPrintingPolicy_MSWChar?( object -- ? )
CXPrintingPolicy_PolishForDeclaration?( object -- ? )
CXPrintingPolicy_Restrict?( object -- ? )
CXPrintingPolicy_SuppressImplicitBase?( object -- ? )
CXPrintingPolicy_SuppressInitializers?( object -- ? )
CXPrintingPolicy_SuppressLifetimeQualifiers?( object -- ? )
CXPrintingPolicy_SuppressScope?( object -- ? )
CXPrintingPolicy_SuppressSpecifiers?( object -- ? )
CXPrintingPolicy_SuppressStrongLifetime?( object -- ? )
CXPrintingPolicy_SuppressTagKeyword?( object -- ? )
CXPrintingPolicy_SuppressTemplateArgsInCXXConstructors?( object -- ? )
CXPrintingPolicy_SuppressUnwrittenScope?( object -- ? )
CXPrintingPolicy_TerseOutput?( object -- ? )
CXPrintingPolicy_UnderscoreAlignof?( object -- ? )
CXPrintingPolicy_UseVoidForZeroParams?( object -- ? )
CXRefQualifier_LValue?( object -- ? )
CXRefQualifier_None?( object -- ? )
CXRefQualifier_RValue?( object -- ? )
CXReparse_None?( object -- ? )
CXResult_Invalid?( object -- ? )
CXResult_Success?( object -- ? )
CXResult_VisitBreak?( object -- ? )
CXSaveError_InvalidTU?( object -- ? )
CXSaveError_None?( object -- ? )
CXSaveError_TranslationErrors?( object -- ? )
CXSaveError_Unknown?( object -- ? )
CXSaveTranslationUnit_None?( object -- ? )
CXSourceLocation?( object -- ? )
CXSourceRange?( object -- ? )
CXSourceRangeList?( object -- ? )
CXString?( object -- ? )
CXStringSet?( object -- ? )
CXSymbolRole_AddressOf?( object -- ? )
CXSymbolRole_Call?( object -- ? )
CXSymbolRole_Declaration?( object -- ? )
CXSymbolRole_Definition?( object -- ? )
CXSymbolRole_Dynamic?( object -- ? )
CXSymbolRole_Implicit?( object -- ? )
CXSymbolRole_None?( object -- ? )
CXSymbolRole_Read?( object -- ? )
CXSymbolRole_Reference?( object -- ? )
CXSymbolRole_Write?( object -- ? )
CXTLS_Dynamic?( object -- ? )
CXTLS_None?( object -- ? )
CXTLS_Static?( object -- ? )
CXTUResourceUsage_AST?( object -- ? )
CXTUResourceUsage_AST_SideTables?( object -- ? )
CXTUResourceUsage_ExternalASTSource_Membuffer_MMap?( object -- ? )
CXTUResourceUsage_ExternalASTSource_Membuffer_Malloc?( object -- ? )
CXTUResourceUsage_GlobalCompletionResults?( object -- ? )
CXTUResourceUsage_Identifiers?( object -- ? )
CXTUResourceUsage_PreprocessingRecord?( object -- ? )
CXTUResourceUsage_Preprocessor?( object -- ? )
CXTUResourceUsage_Preprocessor_HeaderSearch?( object -- ? )
CXTUResourceUsage_Selectors?( object -- ? )
CXTUResourceUsage_SourceManagerContentCache?( object -- ? )
CXTUResourceUsage_SourceManager_DataStructures?( object -- ? )
CXTUResourceUsage_SourceManager_Membuffer_MMap?( object -- ? )
CXTUResourceUsage_SourceManager_Membuffer_Malloc?( object -- ? )
CXTemplateArgumentKind_Declaration?( object -- ? )
CXTemplateArgumentKind_Expression?( object -- ? )
CXTemplateArgumentKind_Integral?( object -- ? )
CXTemplateArgumentKind_Invalid?( object -- ? )
CXTemplateArgumentKind_Null?( object -- ? )
CXTemplateArgumentKind_NullPtr?( object -- ? )
CXTemplateArgumentKind_Pack?( object -- ? )
CXTemplateArgumentKind_Template?( object -- ? )
CXTemplateArgumentKind_TemplateExpansion?( object -- ? )
CXTemplateArgumentKind_Type?( object -- ? )
CXToken?( object -- ? )
CXToken_Comment?( object -- ? )
CXToken_Identifier?( object -- ? )
CXToken_Keyword?( object -- ? )
CXToken_Literal?( object -- ? )
CXToken_Punctuation?( object -- ? )
CXTranslationUnit_CXXChainedPCH?( object -- ? )
CXTranslationUnit_CacheCompletionResults?( object -- ? )
CXTranslationUnit_CreatePreambleOnFirstParse?( object -- ? )
CXTranslationUnit_DetailedPreprocessingRecord?( object -- ? )
CXTranslationUnit_ForSerialization?( object -- ? )
CXTranslationUnit_IgnoreNonErrorsFromIncludedFiles?( object -- ? )
CXTranslationUnit_IncludeAttributedTypes?( object -- ? )
CXTranslationUnit_IncludeBriefCommentsInCodeCompletion?( object -- ? )
CXTranslationUnit_Incomplete?( object -- ? )
CXTranslationUnit_KeepGoing?( object -- ? )
CXTranslationUnit_LimitSkipFunctionBodiesToPreamble?( object -- ? )
CXTranslationUnit_None?( object -- ? )
CXTranslationUnit_PrecompiledPreamble?( object -- ? )
CXTranslationUnit_RetainExcludedConditionalBlocks?( object -- ? )
CXTranslationUnit_SingleFileParse?( object -- ? )
CXTranslationUnit_SkipFunctionBodies?( object -- ? )
CXTranslationUnit_VisitImplicitAttributes?( object -- ? )
CXType?( object -- ? )
CXTypeLayoutError_Dependent?( object -- ? )
CXTypeLayoutError_Incomplete?( object -- ? )
CXTypeLayoutError_Invalid?( object -- ? )
CXTypeLayoutError_InvalidFieldName?( object -- ? )
CXTypeLayoutError_NotConstantSize?( object -- ? )
CXTypeLayoutError_Undeduced?( object -- ? )
CXTypeNullability_Invalid?( object -- ? )
CXTypeNullability_NonNull?( object -- ? )
CXTypeNullability_Nullable?( object -- ? )
CXTypeNullability_NullableResult?( object -- ? )
CXTypeNullability_Unspecified?( object -- ? )
CXType_Accum?( object -- ? )
CXType_Atomic?( object -- ? )
CXType_Attributed?( object -- ? )
CXType_Auto?( object -- ? )
CXType_BFloat16?( object -- ? )
CXType_BTFTagAttributed?( object -- ? )
CXType_BlockPointer?( object -- ? )
CXType_Bool?( object -- ? )
CXType_Char16?( object -- ? )
CXType_Char32?( object -- ? )
CXType_Char_S?( object -- ? )
CXType_Char_U?( object -- ? )
CXType_Complex?( object -- ? )
CXType_ConstantArray?( object -- ? )
CXType_Dependent?( object -- ? )
CXType_DependentSizedArray?( object -- ? )
CXType_Double?( object -- ? )
CXType_Elaborated?( object -- ? )
CXType_Enum?( object -- ? )
CXType_ExtVector?( object -- ? )
CXType_FirstBuiltin?( object -- ? )
CXType_Float128?( object -- ? )
CXType_Float16?( object -- ? )
CXType_Float?( object -- ? )
CXType_FunctionNoProto?( object -- ? )
CXType_FunctionProto?( object -- ? )
CXType_Half?( object -- ? )
CXType_Ibm128?( object -- ? )
CXType_IncompleteArray?( object -- ? )
CXType_Int128?( object -- ? )
CXType_Int?( object -- ? )
CXType_Invalid?( object -- ? )
CXType_LValueReference?( object -- ? )
CXType_LastBuiltin?( object -- ? )
CXType_Long?( object -- ? )
CXType_LongAccum?( object -- ? )
CXType_LongDouble?( object -- ? )
CXType_LongLong?( object -- ? )
CXType_MemberPointer?( object -- ? )
CXType_NullPtr?( object -- ? )
CXType_OCLEvent?( object -- ? )
CXType_OCLImage1dArrayRO?( object -- ? )
CXType_OCLImage1dArrayRW?( object -- ? )
CXType_OCLImage1dArrayWO?( object -- ? )
CXType_OCLImage1dBufferRO?( object -- ? )
CXType_OCLImage1dBufferRW?( object -- ? )
CXType_OCLImage1dBufferWO?( object -- ? )
CXType_OCLImage1dRO?( object -- ? )
CXType_OCLImage1dRW?( object -- ? )
CXType_OCLImage1dWO?( object -- ? )
CXType_OCLImage2dArrayDepthRO?( object -- ? )
CXType_OCLImage2dArrayDepthRW?( object -- ? )
CXType_OCLImage2dArrayDepthWO?( object -- ? )
CXType_OCLImage2dArrayMSAADepthRO?( object -- ? )
CXType_OCLImage2dArrayMSAADepthRW?( object -- ? )
CXType_OCLImage2dArrayMSAADepthWO?( object -- ? )
CXType_OCLImage2dArrayMSAARO?( object -- ? )
CXType_OCLImage2dArrayMSAARW?( object -- ? )
CXType_OCLImage2dArrayMSAAWO?( object -- ? )
CXType_OCLImage2dArrayRO?( object -- ? )
CXType_OCLImage2dArrayRW?( object -- ? )
CXType_OCLImage2dArrayWO?( object -- ? )
CXType_OCLImage2dDepthRO?( object -- ? )
CXType_OCLImage2dDepthRW?( object -- ? )
CXType_OCLImage2dDepthWO?( object -- ? )
CXType_OCLImage2dMSAADepthRO?( object -- ? )
CXType_OCLImage2dMSAADepthRW?( object -- ? )
CXType_OCLImage2dMSAADepthWO?( object -- ? )
CXType_OCLImage2dMSAARO?( object -- ? )
CXType_OCLImage2dMSAARW?( object -- ? )
CXType_OCLImage2dMSAAWO?( object -- ? )
CXType_OCLImage2dRO?( object -- ? )
CXType_OCLImage2dRW?( object -- ? )
CXType_OCLImage2dWO?( object -- ? )
CXType_OCLImage3dRO?( object -- ? )
CXType_OCLImage3dRW?( object -- ? )
CXType_OCLImage3dWO?( object -- ? )
CXType_OCLIntelSubgroupAVCImeDualRefStreamin?( object -- ? )
CXType_OCLIntelSubgroupAVCImePayload?( object -- ? )
CXType_OCLIntelSubgroupAVCImeResult?( object -- ? )
CXType_OCLIntelSubgroupAVCImeResultDualRefStreamout?( object -- ? )
CXType_OCLIntelSubgroupAVCImeResultSingleRefStreamout?( object -- ? )
CXType_OCLIntelSubgroupAVCImeSingleRefStreamin?( object -- ? )
CXType_OCLIntelSubgroupAVCMcePayload?( object -- ? )
CXType_OCLIntelSubgroupAVCMceResult?( object -- ? )
CXType_OCLIntelSubgroupAVCRefPayload?( object -- ? )
CXType_OCLIntelSubgroupAVCRefResult?( object -- ? )
CXType_OCLIntelSubgroupAVCSicPayload?( object -- ? )
CXType_OCLIntelSubgroupAVCSicResult?( object -- ? )
CXType_OCLQueue?( object -- ? )
CXType_OCLReserveID?( object -- ? )
CXType_OCLSampler?( object -- ? )
CXType_ObjCClass?( object -- ? )
CXType_ObjCId?( object -- ? )
CXType_ObjCInterface?( object -- ? )
CXType_ObjCObject?( object -- ? )
CXType_ObjCObjectPointer?( object -- ? )
CXType_ObjCSel?( object -- ? )
CXType_ObjCTypeParam?( object -- ? )
CXType_Overload?( object -- ? )
CXType_Pipe?( object -- ? )
CXType_Pointer?( object -- ? )
CXType_RValueReference?( object -- ? )
CXType_Record?( object -- ? )
CXType_SChar?( object -- ? )
CXType_Short?( object -- ? )
CXType_ShortAccum?( object -- ? )
CXType_Typedef?( object -- ? )
CXType_UAccum?( object -- ? )
CXType_UChar?( object -- ? )
CXType_UInt128?( object -- ? )
CXType_UInt?( object -- ? )
CXType_ULong?( object -- ? )
CXType_ULongAccum?( object -- ? )
CXType_ULongLong?( object -- ? )
CXType_UShort?( object -- ? )
CXType_UShortAccum?( object -- ? )
CXType_Unexposed?( object -- ? )
CXType_VariableArray?( object -- ? )
CXType_Vector?( object -- ? )
CXType_Void?( object -- ? )
CXType_WChar?( object -- ? )
CXUnaryOperator_AddrOf?( object -- ? )
CXUnaryOperator_Coawait?( object -- ? )
CXUnaryOperator_Deref?( object -- ? )
CXUnaryOperator_Extension?( object -- ? )
CXUnaryOperator_Imag?( object -- ? )
CXUnaryOperator_Invalid?( object -- ? )
CXUnaryOperator_LNot?( object -- ? )
CXUnaryOperator_Minus?( object -- ? )
CXUnaryOperator_Not?( object -- ? )
CXUnaryOperator_Plus?( object -- ? )
CXUnaryOperator_PostDec?( object -- ? )
CXUnaryOperator_PostInc?( object -- ? )
CXUnaryOperator_PreDec?( object -- ? )
CXUnaryOperator_PreInc?( object -- ? )
CXUnaryOperator_Real?( object -- ? )
CXUnsavedFile?( object -- ? )
CXVisibility_Default?( object -- ? )
CXVisibility_Hidden?( object -- ? )
CXVisibility_Invalid?( object -- ? )
CXVisibility_Protected?( object -- ? )
CXVisit_Break?( object -- ? )
CXVisit_Continue?( object -- ? )
CX_CXXInvalidAccessSpecifier?( object -- ? )
CX_CXXPrivate?( object -- ? )
CX_CXXProtected?( object -- ? )
CX_CXXPublic?( object -- ? )
CX_SC_Auto?( object -- ? )
CX_SC_Extern?( object -- ? )
CX_SC_Invalid?( object -- ? )
CX_SC_None?( object -- ? )
CX_SC_OpenCLWorkGroupLocal?( object -- ? )
CX_SC_PrivateExtern?( object -- ? )
CX_SC_Register?( object -- ? )
CX_SC_Static?( object -- ? )


Files


Metadata files