HomeSort by: relevance | last modified time | path
    Searched refs:clang_getExpansionLocation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.cpp 222 void clang_getExpansionLocation(CXSourceLocation location,
300 clang_getExpansionLocation(location, file, line, column, offset);
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1163 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);
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 453 * 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 24 milliseconds