Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h271 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
278 StringRef Namespace) { in PragmaDiagnosticPush()
284 StringRef Namespace) { in PragmaDiagnosticPop()
288 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
595 void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
601 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPush()
606 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPop()
611 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp243 StringRef Namespace = Target.getInstNamespace(); in emitOperandNameMappings() local
348 StringRef Namespace = Target.getInstNamespace(); in emitOperandTypeMappings() local
483 raw_ostream &OS, StringRef Namespace, in emitLogicalOperandSizeMappings()
1233 StringRef Namespace = Target.getInstNamespace(); in emitEnums() local
H A DRegisterInfoEmitter.cpp107 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in runEnums() local
170 std::string Namespace = SubRegIndices.front().getNamespace(); in runEnums() local
397 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in EmitRegMappingTables() local
515 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in EmitRegMapping() local
H A DAsmWriterEmitter.cpp642 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in EmitGetRegisterName() local
889 StringRef Namespace = Target.getName(); in EmitPrintAliasInstruction() local
H A DCodeGenMapTable.cpp362 StringRef Namespace = Target.getInstNamespace(); in emitBinSearchTable() local
H A DAsmMatcherEmitter.cpp2516 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); in emitValidateOperandClass() local
2636 std::string Namespace = in emitMatchRegisterName() local
2664 std::string Namespace = in emitMatchRegisterAltName() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp605 StringRef Namespace, in PragmaMessage()
642 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
649 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
656 StringRef Namespace, in PragmaDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp593 struct Namespace { struct
594 StringRef Name;
595 AvailabilityItem Availability;
596 StringRef SwiftName;
597 std::optional<bool> SwiftPrivate;
598 TopLevelItems Items;
1096 for (const auto &Namespace : TLItems.Namespaces) { in convertTopLevelItems() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h83 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.cpp219 void add(StringRef Name, LVScope *Namespace) { in add()
235 LVScope *Namespace = It != NamespaceNames.end() ? It->second : nullptr; in find() local
432 LVScope *Namespace = nullptr; in get() local
1358 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Data.Name)) { in visitKnownRecord() local
1647 if (LVScope *Namespace = Shared->NamespaceDeduction.get(UDT.Name)) { in visitKnownRecord() local
2009 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Class.getName())) in visitKnownRecord() local
2080 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Enum.getName())) in visitKnownRecord() local
2471 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Union.getName())) in visitKnownRecord() local
2557 if (LVScope *Namespace = Shared->NamespaceDeduction.get( in visitKnownRecord() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp908 void Preprocessor::AddPragmaHandler(StringRef Namespace, in AddPragmaHandler()
939 void Preprocessor::RemovePragmaHandler(StringRef Namespace, in RemovePragmaHandler()
1286 const char *Namespace; member
1625 const StringRef Namespace; member
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h27 Namespace, enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp64 std::string Namespace; in getQualifiedName() local
H A DCodeGenRegisters.h67 std::string Namespace; variable
357 StringRef Namespace; variable
H A DCodeGenInstruction.h224 StringRef Namespace; // The namespace the instruction is in. variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp232 MatchTableRecord MatchTable::NamedValue(unsigned NumBytes, StringRef Namespace, in NamedValue()
2237 auto Namespace = Def->getValue("Namespace") in emitActionOpcodes() local
2250 auto Namespace = Use->getValue("Namespace") in emitActionOpcodes() local
2286 auto Namespace = in emitActionOpcodes() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp339 const NamespaceDecl *Namespace, in createNestedNameSpecifier()
H A DNestedNameSpecifier.cpp572 NamespaceDecl *Namespace, in Extend()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h876 Namespace = 2, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h201 Namespace = 1 << 2, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1152 const IdentifierInfo *Namespace) { in ActOnPragmaAttributeEmptyPush()
1159 const IdentifierInfo *Namespace) { in ActOnPragmaAttributePop()
H A DSemaCXXScopeSpec.cpp633 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(SD)) { in BuildCXXNestedNameSpecifier() local
H A DHLSLBuiltinTypeDeclBuilder.cpp531 NamespaceDecl *Namespace, in BuiltinTypeDeclBuilder()
H A DDeclSpec.cpp75 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend()

12