Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist_node_options.h37 template <bool IsExplicit> struct explicitness {
38 static const bool is_explicit = IsExplicit;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp38 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module() argument
42 IsFromModuleFile(false), IsFramework(IsFramework), IsExplicit(IsExplicit), in Module()
359 if (!Mod->IsExplicit) in getExportedModules()
437 if (IsExplicit) in print()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h267 unsigned IsExplicit : 1; variable
418 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h535 bool IsExplicit);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp819 bool IsExplicit) { in findOrCreateModule() argument
826 IsExplicit, NumCreatedModules++); in findOrCreateModule()
H A DPragma.cpp1139 if (!VisibleOnly || ImportLoc.isInvalid() || Sub->IsExplicit) in HandlePragma()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp286 bool IsExplicit; // true - The IT instruction was present in the member
321 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; } in inExplicitITBlock()
322 bool inImplicitITBlock() { return inITBlock() && !ITState.IsExplicit; } in inImplicitITBlock()
334 if (++ITState.CurPosition == 5 - TZ && ITState.IsExplicit) in forwardITPosition()
408 ITState.IsExplicit = false; in startImplicitITBlock()
420 ITState.IsExplicit = true; in startExplicitITBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2328 if (SM->IsExplicit) in EmitModuleLinkOptions()
5875 if ((*Sub)->IsExplicit) in EmitTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5510 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local
5526 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock()
H A DASTWriter.cpp2636 Mod->IsExplicit, in WriteSubmodules()