Home
last modified time | relevance | path

Searched refs:clang_getExpansionLocation (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp222 void clang_getExpansionLocation(CXSourceLocation location, in clang_getExpansionLocation() function
300 clang_getExpansionLocation(location, file, line, column, offset); in clang_getInstantiationLocation()
H A Dlibclang.exports238 clang_getExpansionLocation
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1163 clang_getExpansionLocation(Loc, &file, 0, 0, 0); in GetCursorSource()
2483 clang_getExpansionLocation(location, NULL, &line, &column, NULL); in print_line_column()
4656 clang_getExpansionLocation(L, &File, &line, &column, &offset); in printLocation()
4716 clang_getExpansionLocation(DiagLoc, &File, &line, &column, &offset); in printDiagnosticSet()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h562 CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location,