Searched refs:ppIncludedFile (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective() 658 IdxCtx.ppIncludedFile(Loc, ID->getFileName(), in indexPreprocessingRecord()
|
H A D | CXIndexDataConsumer.cpp | 465 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 D | CXIndexDataConsumer.h | 365 void ppIncludedFile(SourceLocation hashLoc, StringRef filename,
|
/openbsd/gnu/llvm/clang/include/clang-c/ |
H A D | Index.h | 6047 CXIdxClientFile (*ppIncludedFile)(CXClientData client_data, member
|