Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
658 IdxCtx.ppIncludedFile(Loc, ID->getFileName(), in indexPreprocessingRecord()
H A DCXIndexDataConsumer.cpp465 void CXIndexDataConsumer::ppIncludedFile(SourceLocation hashLoc, in ppIncludedFile() function in CXIndexDataConsumer
470 if (!CB.ppIncludedFile) in ppIncludedFile()
481 CXIdxClientFile idxFile = CB.ppIncludedFile(ClientData, &Info); in ppIncludedFile()
H A DCXIndexDataConsumer.h365 void ppIncludedFile(SourceLocation hashLoc, StringRef filename,
/openbsd/gnu/llvm/clang/include/clang-c/
H A DIndex.h6047 CXIdxClientFile (*ppIncludedFile)(CXClientData client_data, member