Searched defs:IsExplicit (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
H A Dappcache_entry.h46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; } function in class:appcache::AppCacheEntry
/external/clang/lib/Basic/
H A DModule.cpp26 bool IsFramework, bool IsExplicit)
29 IsFramework(IsFramework), IsExplicit(IsExplicit), IsSystem(false),
267 if (IsExplicit)
25 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, bool IsFramework, bool IsExplicit) argument
/external/clang/lib/Lex/
H A DModuleMap.cpp382 bool IsExplicit) {
389 IsExplicit);
520 /*IsFramework=*/true, /*IsExplicit=*/false);
381 findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework, bool IsExplicit) argument
/external/clang/lib/Serialization/
H A DASTReader.cpp2849 if (!(*Sub)->IsExplicit && Visited.insert(*Sub))
3666 bool IsExplicit = Record[3]; local
3681 IsExplicit).first;

Completed in 82 milliseconds