Searched refs:isImport (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | index-module.m | 15 …nModule.h | name: "DependsOnModule/DependsOnModule.h" | hash loc: 2:1 | isImport: 0 | isAngled: 1 … 27 …pendsOnModule.framework{{[/\\]}}Headers{{[/\\]}}DependsOnModule.h:1:1 | isImport: 0 | isAngled: 1 … 32 …er\.h]] | name: "SubFramework/Other.h" | hash loc: [[DMOD_SUB_H]]:1:1 | isImport: 0 | isAngled: 0 … 48 …aders.]]Sub.h | name: "Module/Sub.h" | hash loc: [[TMOD_MODULE_H]]:23:1 | isImport: 0 | isAngled: 1 49 …MODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODHDR]]Sub.h:1:1 | isImport: 0 | isAngled: 1 50 …h | name: "Module/Buried/Treasure.h" | hash loc: [[TMOD_MODULE_H]]:24:1 | isImport: 0 | isAngled: 1
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 62 unsigned isImport : 1; member 121 : isImport(false), isPragmaOnce(false), DirInfo(SrcMgr::C_User), in HeaderFileInfo() 502 bool isImport, bool ModulesEnabled, Module *M, 548 return FI && FI->isImport; in hasFileBeenImported()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 95 NumOnceOnlyFiles += (FileInfo[i].isPragmaOnce || FileInfo[i].isImport); in PrintStats() 1260 HFI.isImport |= OtherHFI.isImport; in mergeHeaderFileInfo() 1368 const FileEntry *File, bool isImport, in ShouldEnterIncludeFile() argument 1418 if (isImport) { in ShouldEnterIncludeFile() 1420 FileInfo.isImport = true; in ShouldEnterIncludeFile() 1428 if ((FileInfo.isPragmaOnce || FileInfo.isImport) && !TryEnterImported()) in ShouldEnterIncludeFile()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | Indexing.cpp | 268 bool isImport = (IncludeTok.is(tok::identifier) && in InclusionDirective() local 270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
|
| H A D | CXIndexDataConsumer.h | 366 Optional<FileEntryRef> File, bool isImport, bool isAngled,
|
| H A D | CXIndexDataConsumer.cpp | 468 bool isImport, bool isAngled, in ppIncludedFile() argument 480 isImport, isAngled, isModuleImport }; in ppIncludedFile()
|
| /llvm-project-15.0.7/clang/include/clang-c/ |
| H A D | Index.h | 6293 int isImport; member
|
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 3667 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1804 unsigned char Flags = (Data.HFI.isImport << 5) in EmitData()
|
| H A D | ASTReader.cpp | 1920 HFI.isImport |= (Flags >> 5) & 0x01; in ReadData()
|