Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1092 const char *ast_filename);
1104 const char *ast_filename,
/external/clang/tools/libclang/
DCIndex.cpp3116 const char *ast_filename) { in clang_createTranslationUnit() argument
3119 clang_createTranslationUnit2(CIdx, ast_filename, &TU); in clang_createTranslationUnit()
3127 const char *ast_filename, in clang_createTranslationUnit2() argument
3132 if (!CIdx || !ast_filename || !out_TU) in clang_createTranslationUnit2()
3136 *Log << ast_filename; in clang_createTranslationUnit2()
3145 ast_filename, CXXIdx->getPCHContainerOperations()->getRawReader(), Diags, in clang_createTranslationUnit2()