Searched refs:clang_getFile (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/libclang/ |
| H A D | LibclangTest.cpp | 465 CXFile cxf = clang_getFile(ClangTU, CppName.c_str()); in TEST_F() 656 CXFile cxf = clang_getFile(ClangTU, Header.c_str()); in TEST_F() 664 cxf = clang_getFile(ClangTU, Main.c_str()); in TEST_F() 859 File = clang_getFile(ClangTU, Filename.c_str()); in SetUp()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | libclang.map | 300 clang_getFile;
|
| H A D | CIndex.cpp | 4580 CXFile clang_getFile(CXTranslationUnit TU, const char *file_name) { in clang_getFile() function
|
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 2290 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() 4213 file = clang_getFile(TU, filename); in perform_token_annotation()
|
| /llvm-project-15.0.7/clang/include/clang-c/ |
| H A D | Index.h | 401 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
|
| /llvm-project-15.0.7/clang/bindings/python/clang/ |
| H A D | cindex.py | 3099 return File(conf.lib.clang_getFile(translation_unit, fspath(file_name)))
|