Searched refs:FileInclusion (Results 1 - 1 of 1) sorted by relevance

/external/clang/bindings/python/clang/
H A Dcindex.py2458 Return an iterable sequence of FileInclusion objects that describe the
2467 includes.append(FileInclusion(loc.file, File(fobj), loc, depth))
2701 class FileInclusion(object): class in inherits:object
2703 The FileInclusion class represents the inclusion of one source file by

Completed in 85 milliseconds