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

Declarations

tools/clang/include/clang-c/Index.h
 6119 CINDEX_LINKAGE CXResult clang_findIncludesInFile(CXTranslationUnit TU,

References

tools/clang/tools/c-index-test/c-index-test.c
 3260         clang_findIncludesInFile(TU, file, visitor);
tools/clang/tools/libclang/CIndexHigh.cpp
  531   return clang_findIncludesInFile(TU, file, visitor);