Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports247 clang_getIncludedFile
H A DCIndex.cpp8241 CXFile clang_getIncludedFile(CXCursor cursor) { in clang_getIncludedFile() function
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3174 CINDEX_LINKAGE CXFile clang_getIncludedFile(CXCursor cursor);
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1536 return conf.lib.clang_getIncludedFile(self)
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1058 CXFile File = clang_getIncludedFile(Cursor); in PrintCursor()