Searched refs:ppIncludedFile (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/Index/ |
D | index-module.m | 12 // CHECK-NEXT: [ppIncludedFile]: {{.*}}/Modules/Inputs/DependsOnModule.framework{{[/\\]}}Headers{{[… 21 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_MODULE_H:.*/Modules/Inputs/DependsOnModule\.framework[… 22 // CHECK-DMOD-NEXT: [ppIncludedFile]: {{.*}}/Modules/Inputs/Module.framework{{[/\\]}}Headers{{[/\\]… 23 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_OTHER_H:.*/Modules/Inputs/DependsOnModule\.framework[/… 24 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\… 25 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_OTHER_H:.*/Modules/Inputs/DependsOnModule.framewor… 26 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_PRIVATE_H:.*/Modules/Inputs/DependsOnModule.framework[… 38 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMOD_MODULE_H:.*/Modules/Inputs/Module\.framework[/\\]Heade… 39 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR:.*/Modules/Inputs/Module.framework[/\\]Headers.]]Su… 40 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODH… [all …]
|
/external/clang/test/Index/skip-parsed-bodies/ |
D | compile_commands.json | 45 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h 64 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 241 void IndexingContext::ppIncludedFile(SourceLocation hashLoc, in ppIncludedFile() function in IndexingContext 246 if (!CB.ppIncludedFile) in ppIncludedFile() 255 CXIdxClientFile idxFile = CB.ppIncludedFile(ClientData, &Info); in ppIncludedFile()
|
D | Indexing.cpp | 279 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective() 720 IdxCtx.ppIncludedFile(Loc, ID->getFileName(), in indexPreprocessingRecord()
|
D | IndexingContext.h | 371 void ppIncludedFile(SourceLocation hashLoc,
|
/external/clang/include/clang-c/ |
D | Index.h | 5405 CXIdxClientFile (*ppIncludedFile)(CXClientData client_data, member
|