Searched defs:isImport (Results 1 - 15 of 15) sorted by relevance

/external/chromium-trace/catapult/firefighter/default/tracing/third_party/components/webcomponentsjs/
H A DHTMLImports.js139 if (isImport(n)) {
144 function isImport(element) {
H A Dwebcomponents-lite.js481 if (isImport(n)) {
486 function isImport(element) {
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DHTMLImports.js139 if (isImport(n)) {
144 function isImport(element) {
H A Dwebcomponents-lite.js481 if (isImport(n)) {
486 function isImport(element) {
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
H A DHTMLImports.js139 if (isImport(n)) {
144 function isImport(element) {
H A Dwebcomponents-lite.js481 if (isImport(n)) {
486 function isImport(element) {
/external/clang/include/clang/Lex/
H A DHeaderSearch.h41 unsigned isImport : 1; member in struct:clang::HeaderFileInfo
103 : isImport(false), isPragmaOnce(false), DirInfo(SrcMgr::C_User),
116 return isImport || isPragmaOnce || NumIncludes || ControllingMacro ||
411 bool isImport, Module *CorrespondingModule);
423 FI.isImport = true;
/external/clang/lib/Lex/
H A DHeaderSearch.cpp84 NumOnceOnlyFiles += FileInfo[i].isImport;
931 HFI.isImport |= OtherHFI.isImport;
1013 return HFI->isPragmaOnce || HFI->isImport || HFI->ControllingMacro ||
1039 bool isImport, Module *M) {
1047 if (isImport) {
1049 FileInfo.isImport = true;
1056 if (FileInfo.isImport)
1037 ShouldEnterIncludeFile(Preprocessor &PP, const FileEntry *File, bool isImport, Module *M) argument
H A DPPDirectives.cpp1508 bool isImport) {
1776 !HeaderInfo.ShouldEnterIncludeFile(*this, File, isImport,
1504 HandleIncludeDirective(SourceLocation HashLoc, Token &IncludeTok, const DirectoryLookup *LookupFrom, const FileEntry *LookupFromFile, bool isImport) argument
/external/clang/tools/libclang/
H A DIndexing.cpp275 bool isImport = (IncludeTok.is(tok::identifier) && variable
277 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled,
H A DIndexingContext.cpp246 bool isImport, bool isAngled,
256 isImport, isAngled, isModuleImport };
243 ppIncludedFile(SourceLocation hashLoc, StringRef filename, const FileEntry *File, bool isImport, bool isAngled, bool isModuleImport) argument
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/components/polymer/
H A Dpolymer.js4090 if (isImport(n)) {
4096 function isImport(element) {
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
H A Dpolymer.js4090 if (isImport(n)) {
4096 function isImport(element) {
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
H A Dpolymer.js4090 if (isImport(n)) {
4096 function isImport(element) {
/external/clang/include/clang-c/
H A DIndex.h5271 int isImport; member in struct:__anon905

Completed in 1658 milliseconds