Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map300 clang_getFile;
H A DCIndex.cpp4610 CXFile clang_getFile(CXTranslationUnit TU, const char *file_name) { in clang_getFile() function
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c2313 file = clang_getFile(TU, source_file); in perform_file_scan()
2908 CXFile file = clang_getFile(TU, Locations[Loc].filename); in inspect_cursor_at()
3203 CXFile file = clang_getFile(TU, Locations[Loc].filename); in find_file_refs_at()
3310 CXFile file = clang_getFile(TU, Filenames[FI]); in find_file_includes_in()
4236 file = clang_getFile(TU, filename); in perform_token_annotation()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h363 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py3155 return File(conf.lib.clang_getFile(translation_unit, fspath(file_name)))