Home
last modified time | relevance | path

Searched refs:clang_getIncludedFile (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports215 clang_getIncludedFile
DCIndex.cpp7201 CXFile clang_getIncludedFile(CXCursor cursor) { in clang_getIncludedFile() function
/external/clang/include/clang-c/
DIndex.h2843 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
/external/clang/tools/c-index-test/
Dc-index-test.c891 CXFile File = clang_getIncludedFile(Cursor); in PrintCursor()