Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/libclang/
DLibclangTest.cpp465 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()
/external/clang/tools/libclang/
Dlibclang.exports208 clang_getFile
DCIndex.cpp3904 CXFile clang_getFile(CXTranslationUnit TU, const char *file_name) { in clang_getFile() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports239 clang_getFile
DCIndex.cpp4343 CXFile clang_getFile(CXTranslationUnit TU, const char *file_name) { in clang_getFile() function
/external/clang/tools/c-index-test/
Dc-index-test.c1815 file = clang_getFile(TU, source_file); in perform_file_scan()
2362 CXFile file = clang_getFile(TU, Locations[Loc].filename); in inspect_cursor_at()
2647 CXFile file = clang_getFile(TU, Locations[Loc].filename); in find_file_refs_at()
2753 CXFile file = clang_getFile(TU, Filenames[FI]); in find_file_includes_in()
3646 file = clang_getFile(TU, filename); in perform_token_annotation()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2273 file = clang_getFile(TU, source_file); in perform_file_scan()
2868 CXFile file = clang_getFile(TU, Locations[Loc].filename); in inspect_cursor_at()
3163 CXFile file = clang_getFile(TU, Locations[Loc].filename); in find_file_refs_at()
3270 CXFile file = clang_getFile(TU, Filenames[FI]); in find_file_includes_in()
4194 file = clang_getFile(TU, filename); in perform_token_annotation()
/external/clang/include/clang-c/
DIndex.h334 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
/external/llvm-project/clang/include/clang-c/
DIndex.h401 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
/external/rust/crates/clang-sys/src/
Dlib.rs2061 pub fn clang_getFile(tu: CXTranslationUnit, file: *const c_char) -> CXFile;
/external/clang/bindings/python/clang/
Dcindex.py2675 return File(conf.lib.clang_getFile(translation_unit, file_name))
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py3098 return File(conf.lib.clang_getFile(translation_unit, fspath(file_name)))