Searched refs:IsExplicit (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ilist_node_options.h | 38 template <bool IsExplicit> struct explicitness { 39 static const bool is_explicit = IsExplicit;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Module.cpp | 39 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module() argument 43 IsFromModuleFile(false), IsFramework(IsFramework), IsExplicit(IsExplicit), in Module() 331 if (!Mod->IsExplicit) in getExportedModules() 409 if (IsExplicit) in print()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Module.h | 222 unsigned IsExplicit : 1; variable 373 bool IsFramework, bool IsExplicit, unsigned VisibilityID);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 522 bool IsExplicit);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 1993 bool IsExplicit, const DeclarationNameInfo &NameInfo, 2000 setExplicitSpecified(IsExplicit); 2009 SourceLocation StartLoc, bool IsExplicit,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 1856 ASTContext &C, DeclContext *DC, SourceLocation StartLoc, bool IsExplicit, in Create() argument 1859 return new (C, DC) CXXDeductionGuideDecl(C, DC, StartLoc, IsExplicit, in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 793 bool IsExplicit) { in findOrCreateModule() argument 800 IsExplicit, NumCreatedModules++); in findOrCreateModule()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 212 bool IsExplicit; // true - The IT instruction was present in the member 248 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; } in inExplicitITBlock() 249 bool inImplicitITBlock() { return inITBlock() && !ITState.IsExplicit; } in inImplicitITBlock() 261 if (++ITState.CurPosition == 5 - TZ && ITState.IsExplicit) in forwardITPosition() 352 ITState.IsExplicit = false; in startImplicitITBlock() 363 ITState.IsExplicit = true; in startExplicitITBlock()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1762 if (SM->IsExplicit) in EmitModuleLinkOptions() 5017 if ((*Sub)->IsExplicit) in EmitTopLevelDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5007 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local 5023 ModMap.findOrCreateModule(Name, ParentModule, IsFramework, IsExplicit) in ReadSubmoduleBlock()
|
| H A D | ASTWriter.cpp | 2921 Mod->IsExplicit, in WriteSubmodules()
|