Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6284 CXIdxLoc hashLoc; member
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3665 printCXIndexLoc(info->hashLoc, client_data); in index_ppIncludedFile()