Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h536 bool IsExplicit);
540 bool IsFramework, bool IsExplicit) { in findOrCreateModuleFirst() argument
541 return findOrCreateModule(Name, Parent, IsFramework, IsExplicit).first; in findOrCreateModuleFirst()
547 bool IsExplicit);
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_options.h58 template <bool IsExplicit> struct explicitness {
59 static const bool is_explicit = IsExplicit;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp38 bool IsExplicit, unsigned VisibilityID) in Module() argument
42 IsFromModuleFile(false), IsFramework(IsFramework), IsExplicit(IsExplicit), in Module()
389 if (!Mod->IsExplicit) in getExportedModules()
467 if (IsExplicit) in print()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h384 unsigned IsExplicit : 1;
557 Module *Parent, bool IsFramework, bool IsExplicit,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp856 bool IsExplicit) { in findOrCreateModule() argument
862 Module *M = createModule(Name, Parent, IsFramework, IsExplicit); in findOrCreateModule()
867 bool IsFramework, bool IsExplicit) { in createModule() argument
873 IsFramework, IsExplicit, NumCreatedModules++); in createModule()
H A DPragma.cpp1159 if (!VisibleOnly || ImportLoc.isInvalid() || Sub->IsExplicit) in HandlePragma()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1285 module->IsExplicit); in RemapModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp281 bool IsExplicit; // true - The IT instruction was present in the member
320 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; } in inExplicitITBlock()
321 bool inImplicitITBlock() { return inITBlock() && !ITState.IsExplicit; } in inImplicitITBlock()
333 if (++ITState.CurPosition == 5 - TZ && ITState.IsExplicit) in forwardITPosition()
402 ITState.IsExplicit = false; in startImplicitITBlock()
414 ITState.IsExplicit = true; in startExplicitITBlock()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3366 if (SM->IsExplicit) in EmitModuleLinkOptions()
7434 if (Submodule->IsExplicit) in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6103 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local
6118 IsFramework, IsExplicit); in ReadSubmoduleBlock()
H A DASTWriter.cpp3106 Mod->IsExplicit, in WriteSubmodules()