Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1092 const char *ast_filename);
1104 const char *ast_filename,
/external/llvm-project/clang/include/clang-c/
DIndex.h1178 clang_createTranslationUnit(CXIndex CIdx, const char *ast_filename);
1189 clang_createTranslationUnit2(CXIndex CIdx, 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()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp3449 const char *ast_filename) { in clang_createTranslationUnit() argument
3452 clang_createTranslationUnit2(CIdx, ast_filename, &TU); in clang_createTranslationUnit()
3460 const char *ast_filename, in clang_createTranslationUnit2() argument
3465 if (!CIdx || !ast_filename || !out_TU) in clang_createTranslationUnit2()
3468 LOG_FUNC_SECTION { *Log << ast_filename; } in clang_createTranslationUnit2()
3476 ast_filename, CXXIdx->getPCHContainerOperations()->getRawReader(), in clang_createTranslationUnit2()