Home
last modified time | relevance | path

Searched refs:source_filename (Results 1 – 9 of 9) sorted by relevance

/external/clang/tools/libclang/
DIndexing.cpp471 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()
DCIndex.cpp2900 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/
Dassertion.c36 if (avrule->source_filename) { in report_failure()
38 avrule->source_line, avrule->source_filename, avrule->line, in report_failure()
Dlink.c1330 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()
Dexpand.c2613 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()
Dpolicydb.c552 free(x->source_filename); in avrule_destroy()
/external/clang/include/clang-c/
DIndex.h1080 const char *source_filename,
1230 const char *source_filename,
1283 const char *source_filename,
5641 const char *source_filename,
/external/selinux/checkpolicy/
Dpolicy_define.c1535 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/
Dpolicydb.h284 char *source_filename; member