Searched refs:ast_filename (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang-c/ |
D | Index.h | 1092 const char *ast_filename); 1104 const char *ast_filename,
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 1178 clang_createTranslationUnit(CXIndex CIdx, const char *ast_filename); 1189 clang_createTranslationUnit2(CXIndex CIdx, const char *ast_filename,
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 3116 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/ |
D | CIndex.cpp | 3449 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()
|