Searched refs:source_filename (Results 1 – 9 of 9) sorted by relevance
/external/clang/tools/libclang/ |
D | Indexing.cpp | 471 const char *source_filename; member 490 const char *source_filename = ITUI->source_filename; in clang_indexSourceFile_Impl() local 553 if (source_filename) in clang_indexSourceFile_Impl() 554 Args->push_back(source_filename); in clang_indexSourceFile_Impl() 960 const char *source_filename, in clang_indexSourceFile() argument 968 *Log << source_filename << ": "; in clang_indexSourceFile() 983 source_filename, in clang_indexSourceFile() 1000 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename); in clang_indexSourceFile()
|
D | CIndex.cpp | 2900 const char *source_filename, in clang_createTranslationUnitFromSourceFile() argument 2906 return clang_parseTranslationUnit(CIdx, source_filename, in clang_createTranslationUnitFromSourceFile() 2914 const char *source_filename; member 2926 const char *source_filename = PTUI->source_filename; in clang_parseTranslationUnit_Impl() local 3011 if (source_filename) in clang_parseTranslationUnit_Impl() 3012 Args->push_back(source_filename); in clang_parseTranslationUnit_Impl() 3047 const char *source_filename, in clang_parseTranslationUnit() argument 3055 CIdx, source_filename, command_line_args, num_command_line_args, in clang_parseTranslationUnit() 3065 const char *source_filename, in clang_parseTranslationUnit2() argument 3073 *Log << source_filename << ": "; in clang_parseTranslationUnit2() [all …]
|
/external/selinux/libsepol/src/ |
D | assertion.c | 36 if (avrule->source_filename) { in report_failure() 38 avrule->source_line, avrule->source_filename, avrule->line, in report_failure()
|
D | link.c | 1330 if (cur->source_filename) { in copy_avrule_list() 1331 new_rule->source_filename = strdup(cur->source_filename); in copy_avrule_list() 1332 if (!new_rule->source_filename) in copy_avrule_list()
|
D | expand.c | 2613 if (source_rule->source_filename) { in copy_neverallow() 2614 avrule->source_filename = strdup(source_rule->source_filename); in copy_neverallow() 2615 if (!avrule->source_filename) in copy_neverallow()
|
D | policydb.c | 552 free(x->source_filename); in avrule_destroy()
|
/external/clang/include/clang-c/ |
D | Index.h | 1080 const char *source_filename, 1230 const char *source_filename, 1283 const char *source_filename, 5641 const char *source_filename,
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 1535 avrule->source_filename = strdup(source_file); in define_compute_type_helper() 1536 if (!avrule->source_filename) { in define_compute_type_helper() 1961 avrule->source_filename = strdup(source_file); in define_te_avtab_operation_helper() 1963 if (!avrule->source_filename) { in define_te_avtab_operation_helper() 2238 dest->source_filename = strdup(source_file); in avrule_cpy() 2367 avrule->source_filename = strdup(source_file); in define_te_avtab_helper() 2369 if (!avrule->source_filename) { in define_te_avtab_helper()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 284 char *source_filename; member
|