Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports239 clang_getFile
H A DCIndex.cpp4384 CXFile clang_getFile(CXTranslationUnit TU, const char *file_name) { in clang_getFile() function
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2290 file = clang_getFile(TU, source_file); in perform_file_scan()
2885 CXFile file = clang_getFile(TU, Locations[Loc].filename); in inspect_cursor_at()
3180 CXFile file = clang_getFile(TU, Locations[Loc].filename); in find_file_refs_at()
3287 CXFile file = clang_getFile(TU, Filenames[FI]); in find_file_includes_in()
4211 file = clang_getFile(TU, filename); in perform_token_annotation()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h401 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py3098 return File(conf.lib.clang_getFile(translation_unit, fspath(file_name)))