Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
655 IdxCtx.ppIncludedFile(Loc, ID->getFileName(), in indexPreprocessingRecord()
H A DCXIndexDataConsumer.cpp460 void CXIndexDataConsumer::ppIncludedFile(SourceLocation hashLoc, in ppIncludedFile() function in CXIndexDataConsumer
465 if (!CB.ppIncludedFile) in ppIncludedFile()
474 CXIdxClientFile idxFile = CB.ppIncludedFile(ClientData, &Info); in ppIncludedFile()
H A DCXIndexDataConsumer.h366 void ppIncludedFile(SourceLocation hashLoc,
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6531 CXIdxClientFile (*ppIncludedFile)(CXClientData client_data, member