Searched refs:isImport (Results 1 – 16 of 16) sorted by relevance
/external/clang/test/Index/ |
D | index-module.m | 12 …nModule.h | name: "DependsOnModule/DependsOnModule.h" | hash loc: 2:1 | isImport: 0 | isAngled: 1 … 22 …pendsOnModule.framework{{[/\\]}}Headers{{[/\\]}}DependsOnModule.h:1:1 | isImport: 0 | isAngled: 1 … 26 …er\.h]] | name: "SubFramework/Other.h" | hash loc: [[DMOD_SUB_H]]:1:1 | isImport: 0 | isAngled: 0 … 41 …aders.]]Sub.h | name: "Module/Sub.h" | hash loc: [[TMOD_MODULE_H]]:23:1 | isImport: 0 | isAngled: 1 42 …MODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODHDR]]Sub.h:1:1 | isImport: 0 | isAngled: 1 43 …h | name: "Module/Buried/Treasure.h" | hash loc: [[TMOD_MODULE_H]]:24:1 | isImport: 0 | isAngled: 1
|
/external/clang/include/clang/Lex/ |
D | HeaderSearch.h | 40 unsigned isImport : 1; member 105 : isImport(false), isPragmaOnce(false), DirInfo(SrcMgr::C_User), in HeaderFileInfo() 118 return isImport || isPragmaOnce || NumIncludes || ControllingMacro || in isNonDefault() 422 bool ShouldEnterIncludeFile(const FileEntry *File, bool isImport); 435 FI.isImport = true; in MarkFileIncludeOnce()
|
D | Preprocessor.h | 1569 bool isImport = false);
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 77 NumOnceOnlyFiles += FileInfo[i].isImport; in PrintStats() 947 HFI.isImport |= OtherHFI.isImport; in mergeHeaderFileInfo() 1003 return HFI.isPragmaOnce || HFI.isImport || in isFileMultipleIncludeGuarded() 1019 bool HeaderSearch::ShouldEnterIncludeFile(const FileEntry *File, bool isImport){ in ShouldEnterIncludeFile() argument 1027 if (isImport) { in ShouldEnterIncludeFile() 1029 FileInfo.isImport = true; in ShouldEnterIncludeFile() 1036 if (FileInfo.isImport) in ShouldEnterIncludeFile()
|
D | PPDirectives.cpp | 1465 bool isImport) { in HandleIncludeDirective() argument 1757 if (!HeaderInfo.ShouldEnterIncludeFile(File, isImport)) { in HandleIncludeDirective()
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | HTMLImports.js | 139 if (isImport(n)) { 144 function isImport(element) { function
|
D | webcomponents-lite.js | 481 if (isImport(n)) { 486 function isImport(element) { function
|
D | webcomponents.js | 4815 if (isImport(n)) { 4820 function isImport(element) { function
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 275 bool isImport = (IncludeTok.is(tok::identifier) && in InclusionDirective() local 277 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled, in InclusionDirective()
|
D | IndexingContext.h | 370 bool isImport, bool isAngled, bool isModuleImport);
|
D | IndexingContext.cpp | 246 bool isImport, bool isAngled, in ppIncludedFile() argument 256 isImport, isAngled, isModuleImport }; in ppIncludedFile()
|
/external/clang/include/clang-c/ |
D | Index.h | 5189 int isImport; member
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2892 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/ |
D | polymer.js | 4090 if (isImport(n)) { 4096 function isImport(element) { function
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 1661 | (Data.isImport << 5) in EmitData()
|
D | ASTReader.cpp | 1576 HFI.isImport = (Flags >> 5) & 0x01; in ReadData()
|