Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.h365 void ppIncludedFile(SourceLocation hashLoc, StringRef filename,
H A DCXIndexDataConsumer.cpp465 void CXIndexDataConsumer::ppIncludedFile(SourceLocation hashLoc, in ppIncludedFile() argument
476 CXIdxIncludedFileInfo Info = { getIndexLoc(hashLoc), in ppIncludedFile()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h5732 CXIdxLoc hashLoc; member
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3688 printCXIndexLoc(info->hashLoc, client_data); in index_ppIncludedFile()