Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dindex-module.m12 // 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/
Dcompile_commands.json45 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
64 // CHECK-NEXT: [ppIncludedFile]: ./pragma_once.h
/external/clang/tools/libclang/
DIndexingContext.cpp241 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()
DIndexing.cpp279 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
720 IdxCtx.ppIncludedFile(Loc, ID->getFileName(), in indexPreprocessingRecord()
DIndexingContext.h371 void ppIncludedFile(SourceLocation hashLoc,
/external/clang/include/clang-c/
DIndex.h5405 CXIdxClientFile (*ppIncludedFile)(CXClientData client_data, member