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
Overview
ClangKit index class
Class CKIndex
Attributes
+ index
Gets an index object
+ ( id )index;
Discussion
The returned object is autoreleased.
Return value
The index object
cxIndex
Internal libclang index object
@property( atomic,
readonly ) CXIndex cxIndex;
displayDiagnostics
Whether to display diagnostics or not
@property( atomic,
readwrite,
assign ) BOOL displayDiagnostics;
excludeDeclarationsFromPCH
Whether to exclude declarations from the PCH file or not
@property( atomic,
readwrite,
assign ) BOOL excludeDeclarationsFromPCH;