Home
last modified time | relevance | path

Searched defs:IsExplicit (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_entry.h46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; } in IsExplicit() function
/external/clang/include/clang/Basic/
DModule.h142 unsigned IsExplicit : 1; variable
/external/clang/lib/Basic/
DModule.cpp28 const FileEntry *File, bool IsFramework, bool IsExplicit) in Module()
/external/clang/lib/Lex/
DModuleMap.cpp540 bool IsExplicit) { in findOrCreateModule()
/external/clang/lib/Serialization/
DASTReader.cpp4242 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local