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

/external/clang/tools/libclang/
H A DCXSourceLocation.cpp233 void clang_getExpansionLocation(CXSourceLocation location, function
313 clang_getExpansionLocation(location, file, line, column, offset);
/external/clang/include/clang-c/
H A DIndex.h359 * Use clang_getExpansionLocation() or clang_getSpellingLocation()
469 CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location,
494 * whereas clang_getExpansionLocation would have returned
525 * #clang_getExpansionLocation(). See that interface's documentation for
/external/clang/tools/c-index-test/
H A Dc-index-test.c909 clang_getExpansionLocation(Loc, &file, 0, 0, 0);
3815 clang_getExpansionLocation(L, &File, &line, &column, &offset);
3875 clang_getExpansionLocation(DiagLoc, &File, &line, &column, &offset);

Completed in 5406 milliseconds