Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h366 void ppIncludedFile(SourceLocation hashLoc,
H A DCXIndexDataConsumer.cpp460 void CXIndexDataConsumer::ppIncludedFile(SourceLocation hashLoc, in ppIncludedFile() argument
469 CXIdxIncludedFileInfo Info = { getIndexLoc(hashLoc), in ppIncludedFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6217 CXIdxLoc hashLoc; member
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3663 printCXIndexLoc(info->hashLoc, client_data); in index_ppIncludedFile()