Searched refs:clang_parseTranslationUnit (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/libclang/
H A DLibclangTest.cpp406 ClangTU = clang_parseTranslationUnit(Index, CppName.c_str(), nullptr, 0,
441 ClangTU = clang_parseTranslationUnit(Index, MName.c_str(), Args, NumArgs,
/external/clang/include/clang-c/
H A DIndex.h231 * #clang_parseTranslationUnit, #clang_saveTranslationUnit.
1206 * The set of flags returned provide options for \c clang_parseTranslationUnit()
1223 clang_parseTranslationUnit(CXIndex CIdx,
5392 * The rest of the parameters are the same as #clang_parseTranslationUnit.
/external/clang/bindings/python/clang/
H A Dcindex.py2249 ptr = conf.lib.clang_parseTranslationUnit(index, filename, args_array,
3275 ("clang_parseTranslationUnit",
/external/clang/tools/libclang/
H A DCIndex.cpp2731 return clang_parseTranslationUnit(CIdx, source_filename,
2871 clang_parseTranslationUnit(CXIndex CIdx, function

Completed in 281 milliseconds