Searched refs:clang_getExpansionLocation (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp222 void clang_getExpansionLocation(CXSourceLocation location, function
300 clang_getExpansionLocation(location, file, line, column, offset);
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1163 clang_getExpansionLocation(Loc, &file, 0, 0, 0);
2483 clang_getExpansionLocation(location, NULL, &line, &column, NULL);
4656 clang_getExpansionLocation(L, &File, &line, &column, &offset);
4716 clang_getExpansionLocation(DiagLoc, &File, &line, &column, &offset);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h453 * Use clang_getExpansionLocation() or clang_getSpellingLocation()
562 CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location,
586 * whereas clang_getExpansionLocation would have returned
616 * #clang_getExpansionLocation(). See that interface's documentation for

Completed in 216 milliseconds