Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.h368 void ppIncludedFile(SourceLocation hashLoc,
DIndexingContext.cpp243 void IndexingContext::ppIncludedFile(SourceLocation hashLoc, in ppIncludedFile() argument
252 CXIdxIncludedFileInfo Info = { getIndexLoc(hashLoc), in ppIncludedFile()
/external/clang/include/clang-c/
DIndex.h5262 CXIdxLoc hashLoc; member
/external/clang/tools/c-index-test/
Dc-index-test.c2952 printCXIndexLoc(info->hashLoc, client_data); in index_ppIncludedFile()