HomeSort by relevance Sort by last modified time
    Searched refs:clang_getExpansionLocation (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
CXSourceLocation.cpp 233 void clang_getExpansionLocation(CXSourceLocation location,
313 clang_getExpansionLocation(location, file, line, column, offset);
  /external/clang/include/clang-c/
Index.h 365 * Use clang_getExpansionLocation() or clang_getSpellingLocation()
475 CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location,
500 * whereas clang_getExpansionLocation would have returned
531 * #clang_getExpansionLocation(). See that interface's documentation for
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 936 clang_getExpansionLocation(Loc, &file, 0, 0, 0);
    [all...]

Completed in 3008 milliseconds