[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve...
[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. It passes to the visitor, that the caller provides, CXCursor_InclusionDirective cursors for all the include directives in a particular file. llvm-svn: 176682
Loading
Please register or sign in to comment