CXIndexOptions


Vocabulary
libclang.ffi

Definition


STRUCT: CXIndexOptions
{ Size uint initial: 0 }
{ ThreadBackgroundPriorityForIndexing uchar initial: 0 }
{ ThreadBackgroundPriorityForEditing uchar initial: 0 }
{ ExcludeDeclarationsFromPCH uint initial: 0 bits: 1 }
{ DisplayDiagnostics uint initial: 0 bits: 1 }
{ StorePreamblesInMemory uint initial: 0 bits: 1 }
{ reserved6 uint initial: 0 bits: 13 }
{ PreambleStoragePath char* }
{ InvocationEmissionPath char* } ;


Methods