Searched refs:clang_parseTranslationUnit (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/libclang/ |
| H A D | LibclangTest.cpp | 369 ClangTU = clang_parseTranslationUnit(Index, Main.c_str(), nullptr, 0, in TEST_F() 400 ClangTU = clang_parseTranslationUnit(Index, Main.c_str(), nullptr, 0, nullptr, in TEST_F() 463 ClangTU = clang_parseTranslationUnit(Index, CppName.c_str(), nullptr, 0, in TEST_F() 486 ClangTU = clang_parseTranslationUnit(Index, CppName.c_str(), nullptr, 0, in TEST_F() 521 ClangTU = clang_parseTranslationUnit(Index, MName.c_str(), Args, NumArgs, in TEST_F() 574 ClangTU = clang_parseTranslationUnit(Index, File.c_str(), nullptr, 0, in SetUp() 619 ClangTU = clang_parseTranslationUnit(Index, Main.c_str(), nullptr, 0, in TEST_F() 708 ClangTU = clang_parseTranslationUnit(Index, HeaderName.c_str(), Argv, in TEST_F() 744 ClangTU = clang_parseTranslationUnit(Index, Main.c_str(), nullptr, 0, nullptr, in TEST_F() 770 ClangTU = clang_parseTranslationUnit(Index, Main.c_str(), nullptr, 0, nullptr, in TEST_F() [all …]
|
| /llvm-project-15.0.7/clang/unittests/libclang/CrashTests/ |
| H A D | LibclangCrashTest.cpp | 21 EXPECT_DEATH(clang_parseTranslationUnit(Index, Main.c_str(), nullptr, 0, in TEST_F() 34 EXPECT_DEATH(clang_parseTranslationUnit(Index, Main.c_str(), nullptr, 0, in TEST_F()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | libclang.map | 389 clang_parseTranslationUnit;
|
| H A D | CIndex.cpp | 3732 return clang_parseTranslationUnit(CIdx, source_filename, command_line_args, in clang_createTranslationUnitFromSourceFile() 3902 clang_parseTranslationUnit(CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit() function
|
| /llvm-project-15.0.7/clang/include/clang-c/ |
| H A D | Index.h | 1368 CINDEX_LINKAGE CXTranslationUnit clang_parseTranslationUnit(
|
| /llvm-project-15.0.7/clang/bindings/python/clang/ |
| H A D | cindex.py | 2830 ptr = conf.lib.clang_parseTranslationUnit(index,
|