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

/external/clang/tools/c-index-test/
H A Dc-index-test.c1512 file = clang_getFile(TU, source_file);
2061 CXFile file = clang_getFile(TU, Locations[Loc].filename);
2227 CXFile file = clang_getFile(TU, Locations[Loc].filename);
2327 CXFile file = clang_getFile(TU, Filenames[FI]);
3165 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.py2353 return File(conf.lib.clang_getFile(translation_unit, file_name))
2873 ("clang_getFile",
/external/clang/tools/libclang/
H A DCIndex.cpp3036 CXFile clang_getFile(CXTranslationUnit TU, const char *file_name) { function

Completed in 87 milliseconds