reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang-c/Index.h
  569 CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location,

References

tools/clang/tools/c-index-test/c-index-test.c
 1159   clang_getExpansionLocation(Loc, &file, 0, 0, 0);
 2447     clang_getExpansionLocation(location, NULL, &line, &column, NULL);
 4620   clang_getExpansionLocation(L, &File, &line, &column, &offset);
 4680     clang_getExpansionLocation(DiagLoc, &File, &line, &column, &offset);
tools/clang/tools/libclang/CXSourceLocation.cpp
  299   clang_getExpansionLocation(location, file, line, column, offset);