Home
last modified time | relevance | path

Searched refs:ast_filename (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang-c/
DIndex.h1094 const char *ast_filename);
1106 const char *ast_filename,
/external/clang/tools/libclang/
DCIndex.cpp2856 const char *ast_filename) { in clang_createTranslationUnit() argument
2859 clang_createTranslationUnit2(CIdx, ast_filename, &TU); in clang_createTranslationUnit()
2867 const char *ast_filename, in clang_createTranslationUnit2() argument
2872 if (!CIdx || !ast_filename || !out_TU) in clang_createTranslationUnit2()
2876 *Log << ast_filename; in clang_createTranslationUnit2()
2885 ast_filename, Diags, FileSystemOpts, CXXIdx->getOnlyLocalDecls(), None, in clang_createTranslationUnit2()