Searched refs:IsExplicit (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 536 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 D | ilist_node_options.h | 58 template <bool IsExplicit> struct explicitness { 59 static const bool is_explicit = IsExplicit;
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 38 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 D | Module.h | 384 unsigned IsExplicit : 1; 557 Module *Parent, bool IsFramework, bool IsExplicit,
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 856 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 D | Pragma.cpp | 1159 if (!VisibleOnly || ImportLoc.isInvalid() || Sub->IsExplicit) in HandlePragma()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 1285 module->IsExplicit); in RemapModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 281 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 D | CodeGenModule.cpp | 3366 if (SM->IsExplicit) in EmitModuleLinkOptions() 7434 if (Submodule->IsExplicit) in EmitTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6103 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local 6118 IsFramework, IsExplicit); in ReadSubmoduleBlock()
|
| H A D | ASTWriter.cpp | 3106 Mod->IsExplicit, in WriteSubmodules()
|