Searched refs:clang_getFile (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/c-index-test/
H A Dc-index-test.c1635 file = clang_getFile(TU, source_file);
2195 CXFile file = clang_getFile(TU, Locations[Loc].filename);
2367 CXFile file = clang_getFile(TU, Locations[Loc].filename);
2473 CXFile file = clang_getFile(TU, Filenames[FI]);
3366 file = clang_getFile(TU, filename);
/external/clang/include/clang-c/
H A DIndex.h335 CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit tu,
/external/clang/bindings/python/clang/
H A Dcindex.py2522 return File(conf.lib.clang_getFile(translation_unit, file_name))
3055 ("clang_getFile",
/external/clang/tools/libclang/
H A DCIndex.cpp3172 CXFile clang_getFile(CXTranslationUnit TU, const char *file_name) { function

Completed in 153 milliseconds