Home
last modified time | relevance | path

Searched defs:Namespace (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp250 StringRef Namespace, std::map<std::string, unsigned> &Operands, in initOperandMapData()
285 StringRef Namespace = Target.getInstNamespace(); in emitOperandNameMappings() local
358 StringRef Namespace = Target.getInstNamespace(); in emitOperandTypeMappings() local
498 raw_ostream &OS, StringRef Namespace, in emitLogicalOperandSizeMappings()
585 raw_ostream &OS, StringRef Namespace, in emitLogicalOperandTypeMappings()
1320 StringRef Namespace = Target.getInstNamespace(); in emitEnums() local
H A DRegisterInfoEmitter.cpp111 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in runEnums() local
175 std::string Namespace = SubRegIndices.front().getNamespace(); in runEnums() local
403 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in EmitRegMappingTables() local
521 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in EmitRegMapping() local
H A DAsmWriterEmitter.cpp641 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in EmitGetRegisterName() local
893 StringRef Namespace = Target.getName(); in EmitPrintAliasInstruction() local
H A DCodeGenMapTable.cpp363 StringRef Namespace = Target.getInstNamespace(); in emitBinSearchTable() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h270 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
277 StringRef Namespace) { in PragmaDiagnosticPush()
283 StringRef Namespace) { in PragmaDiagnosticPop()
287 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
594 void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
600 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPush()
605 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPop()
610 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp607 StringRef Namespace, in PragmaMessage()
644 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
651 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
658 StringRef Namespace, in PragmaDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp538 struct Namespace { struct
539 StringRef Name;
540 AvailabilityItem Availability;
541 StringRef SwiftName;
542 std::optional<bool> SwiftPrivate;
543 TopLevelItems Items;
1003 for (const auto &Namespace : TLItems.Namespaces) { in convertTopLevelItems() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h84 Namespace, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h118 enum class AccelType : uint8_t { None, Name, Namespace, ObjC, Type }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp230 void add(StringRef Name, LVScope *Namespace) { in add()
245 LVScope *Namespace = (NamespaceNames.find(Name) != NamespaceNames.end()) in find() local
445 LVScope *Namespace = nullptr; in get() local
1365 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Data.Name)) { in visitKnownRecord() local
1654 if (LVScope *Namespace = Shared->NamespaceDeduction.get(UDT.Name)) { in visitKnownRecord() local
2015 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Class.getName())) in visitKnownRecord() local
2086 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Enum.getName())) in visitKnownRecord() local
2476 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Union.getName())) in visitKnownRecord() local
2562 if (LVScope *Namespace = Shared->NamespaceDeduction.get( in visitKnownRecord() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp915 void Preprocessor::AddPragmaHandler(StringRef Namespace, in AddPragmaHandler()
946 void Preprocessor::RemovePragmaHandler(StringRef Namespace, in RemovePragmaHandler()
1277 const char *Namespace; member
1616 const StringRef Namespace; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp236 MatchTableRecord MatchTable::NamedValue(unsigned NumBytes, StringRef Namespace, in NamedValue()
242 MatchTableRecord MatchTable::NamedValue(unsigned NumBytes, StringRef Namespace, in NamedValue()
2202 auto Namespace = Def->getValue("Namespace") in emitActionOpcodes() local
2215 auto Namespace = Use->getValue("Namespace") in emitActionOpcodes() local
2251 auto Namespace = in emitActionOpcodes() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h68 std::string Namespace; variable
349 StringRef Namespace; variable
H A DCodeGenTarget.cpp78 std::string Namespace; in getQualifiedName() local
H A DCodeGenInstruction.h226 StringRef Namespace; // The namespace the instruction is in. variable
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h27 Namespace, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp343 const NamespaceDecl *Namespace, in createNestedNameSpecifier()
H A DNestedNameSpecifier.cpp589 NamespaceDecl *Namespace, in Extend()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h797 Namespace = 2, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h200 Namespace = 1 << 2, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1053 const IdentifierInfo *Namespace) { in ActOnPragmaAttributeEmptyPush()
1060 const IdentifierInfo *Namespace) { in ActOnPragmaAttributePop()
H A DSemaCXXScopeSpec.cpp638 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(SD)) { in BuildCXXNestedNameSpecifier() local
H A DDeclSpec.cpp78 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2235 for (const auto &Namespace : Unit.getNamespaces()) in emitAcceleratorEntriesForUnit() local
2260 for (const auto &Namespace : Unit.getNamespaces()) in emitAcceleratorEntriesForUnit() local

12