reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang-c/Index.h
  272 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,

References

tools/clang/tools/c-index-test/c-index-test.c
 1886   Idx = clang_createIndex(0, 1);
 1978   Idx = clang_createIndex(/* excludeDeclsFromPCH */
 2006   Idx = clang_createIndex(/* excludeDeclsFromPCH */
 2082   Idx = clang_createIndex(/* excludeDeclsFromPCH */
 2162   Idx = clang_createIndex(/* excludeDeclsFromPCH */1,
 2190   Idx = clang_createIndex(/* excludeDeclsFromPCH */1,
 2239   if (!(Idx = clang_createIndex(/* excludeDeclsFromPCH */ 1,
 2666   CIdx = clang_createIndex(0, 0);
 2818   CIdx = clang_createIndex(1, 1);
 3112   CIdx = clang_createIndex(1, 1);
 3218   CIdx = clang_createIndex(1, 1);
 3922   if (!(Idx = clang_createIndex(/* excludeDeclsFromPCH */ 1,
 3966   if (!(Idx = clang_createIndex(/* excludeDeclsFromPCH */ 1,
 4001   if (!(Idx = clang_createIndex(/* excludeDeclsFromPCH */ 1,
 4135   CIdx = clang_createIndex(0, 1);
 4526   Idx = clang_createIndex(/* excludeDeclsFromPCH */1, /* displayDiagnostics=*/1);
tools/clang/unittests/libclang/TestUtils.h
   40     Index = clang_createIndex(0, 0);