Searched refs:clang_getExpansionLocation (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 231 void clang_getExpansionLocation(CXSourceLocation location, in clang_getExpansionLocation() function 309 clang_getExpansionLocation(location, file, line, column, offset); in clang_getInstantiationLocation()
|
D | libclang.exports | 207 clang_getExpansionLocation
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 967 clang_getExpansionLocation(Loc, &file, 0, 0, 0); in GetCursorSource() 4095 clang_getExpansionLocation(L, &File, &line, &column, &offset); in printLocation() 4155 clang_getExpansionLocation(DiagLoc, &File, &line, &column, &offset); in printDiagnosticSet()
|
/external/clang/include/clang-c/ |
D | Index.h | 474 CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location,
|