Home
last modified time | relevance | path

Searched refs:isImport (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dindex-module.m15 …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 DHeaderSearch.h62 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 DHeaderSearch.cpp95 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 DIndexing.cpp268 bool isImport = (IncludeTok.is(tok::identifier) && in InclusionDirective() local
270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
H A DCXIndexDataConsumer.h366 Optional<FileEntryRef> File, bool isImport, bool isAngled,
H A DCXIndexDataConsumer.cpp468 bool isImport, bool isAngled, in ppIncludedFile() argument
480 isImport, isAngled, isModuleImport }; in ppIncludedFile()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6293 int isImport; member
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3667 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp1804 unsigned char Flags = (Data.HFI.isImport << 5) in EmitData()
H A DASTReader.cpp1920 HFI.isImport |= (Flags >> 5) & 0x01; in ReadData()