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

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp115 CXSourceLocation clang_getLocation(CXTranslationUnit TU, function
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1370 = clang_getLocation(Data->TU, file, curLine, curColumn);
2304 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col));
2890 clang_getLocation(TU, file, Locations[Loc].line,
3185 clang_getLocation(TU, file, Locations[Loc].line,
4218 startLoc = clang_getLocation(TU, file, line, column);
4226 endLoc = clang_getLocation(TU, file, second_line, second_column);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h493 CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTranslationUnit tu,
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py257 return conf.lib.clang_getLocation(tu, file, line, column)
3744 ("clang_getLocation",

Completed in 220 milliseconds