Version 1.0.0-0

CKIndex Reference

File
ClangKit/Classes/CKIndex.h
Author
Jean-David Gadina - www.xs-labs.com
Copyright
© (c) 2010-2014 - Jean-David Gadina - www.xs-labs.com
Date
Wednesday, June 25, 2014
Includes
None

Overview

ClangKit index class

Class CKIndex

Attributes

Superclass
NSObject

+ index Top

Gets an index object

+ ( id )index;

Discussion

The returned object is autoreleased.

Return value

The index object

cxIndex Top

Internal libclang index object

@property( atomic, readonly ) CXIndex cxIndex;

displayDiagnostics Top

Whether to display diagnostics or not

@property( atomic, readwrite, assign ) BOOL displayDiagnostics;

excludeDeclarationsFromPCH Top

Whether to exclude declarations from the PCH file or not

@property( atomic, readwrite, assign ) BOOL excludeDeclarationsFromPCH;