/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | InstrInfoEmitter.cpp | 250 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 D | RegisterInfoEmitter.cpp | 111 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 D | AsmWriterEmitter.cpp | 641 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in EmitGetRegisterName() local 893 StringRef Namespace = Target.getName(); in EmitPrintAliasInstruction() local
|
H A D | CodeGenMapTable.cpp | 363 StringRef Namespace = Target.getInstNamespace(); in emitBinSearchTable() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 270 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 D | PrintPreprocessedOutput.cpp | 607 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 D | APINotesYAMLCompiler.cpp | 538 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 D | NestedNameSpecifier.h | 84 Namespace, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.h | 118 enum class AccelType : uint8_t { None, Name, Namespace, ObjC, Type }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 230 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 D | Pragma.cpp | 915 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 D | GlobalISelMatchTable.cpp | 236 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 D | CodeGenRegisters.h | 68 std::string Namespace; variable 349 StringRef Namespace; variable
|
H A D | CodeGenTarget.cpp | 78 std::string Namespace; in getQualifiedName() local
|
H A D | CodeGenInstruction.h | 226 StringRef Namespace; // The namespace the instruction is in. variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 27 Namespace, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | QualTypeNames.cpp | 343 const NamespaceDecl *Namespace, in createNestedNameSpecifier()
|
H A D | NestedNameSpecifier.cpp | 589 NamespaceDecl *Namespace, in Extend()
|
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | Types.h | 797 Namespace = 2, enumerator
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-enumerations.h | 200 Namespace = 1 << 2, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 1053 const IdentifierInfo *Namespace) { in ActOnPragmaAttributeEmptyPush() 1060 const IdentifierInfo *Namespace) { in ActOnPragmaAttributePop()
|
H A D | SemaCXXScopeSpec.cpp | 638 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(SD)) { in BuildCXXNestedNameSpecifier() local
|
H A D | DeclSpec.cpp | 78 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2235 for (const auto &Namespace : Unit.getNamespaces()) in emitAcceleratorEntriesForUnit() local 2260 for (const auto &Namespace : Unit.getNamespaces()) in emitAcceleratorEntriesForUnit() local
|