예제 #1
0
파일: Index.cs 프로젝트: LGTMCU/clang-sharp
 public Index(bool excludeDeclarationsFromPch, bool displayDiagnostics)
 {
     Native = Interop.clang_createIndex(excludeDeclarationsFromPch ? 1 : 0, displayDiagnostics ? 1 : 0);
 }