Home
last modified time | relevance | path

Searched refs:hashLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCXIndexDataConsumer.h368 void ppIncludedFile(SourceLocation hashLoc,
DCXIndexDataConsumer.cpp455 void CXIndexDataConsumer::ppIncludedFile(SourceLocation hashLoc, in ppIncludedFile() argument
464 CXIdxIncludedFileInfo Info = { getIndexLoc(hashLoc), in ppIncludedFile()
/external/clang/include/clang-c/
DIndex.h5438 CXIdxLoc hashLoc; member
/external/clang/tools/c-index-test/
Dc-index-test.c3105 printCXIndexLoc(info->hashLoc, client_data); in index_ppIncludedFile()