| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 271 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 D | InstrInfoEmitter.cpp | 243 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 D | RegisterInfoEmitter.cpp | 107 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 D | AsmWriterEmitter.cpp | 642 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in EmitGetRegisterName() local 889 StringRef Namespace = Target.getName(); in EmitPrintAliasInstruction() local
|
| H A D | CodeGenMapTable.cpp | 362 StringRef Namespace = Target.getInstNamespace(); in emitBinSearchTable() local
|
| H A D | AsmMatcherEmitter.cpp | 2516 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 D | PrintPreprocessedOutput.cpp | 605 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 D | APINotesYAMLCompiler.cpp | 593 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 D | NestedNameSpecifier.h | 83 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 | 219 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 D | Pragma.cpp | 908 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 D | IndexSymbol.h | 27 Namespace, enumerator
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenTarget.cpp | 64 std::string Namespace; in getQualifiedName() local
|
| H A D | CodeGenRegisters.h | 67 std::string Namespace; variable 357 StringRef Namespace; variable
|
| H A D | CodeGenInstruction.h | 224 StringRef Namespace; // The namespace the instruction is in. variable
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 232 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 D | QualTypeNames.cpp | 339 const NamespaceDecl *Namespace, in createNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.cpp | 572 NamespaceDecl *Namespace, in Extend()
|
| /freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | Types.h | 876 Namespace = 2, enumerator
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 201 Namespace = 1 << 2, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 1152 const IdentifierInfo *Namespace) { in ActOnPragmaAttributeEmptyPush() 1159 const IdentifierInfo *Namespace) { in ActOnPragmaAttributePop()
|
| H A D | SemaCXXScopeSpec.cpp | 633 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(SD)) { in BuildCXXNestedNameSpecifier() local
|
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 531 NamespaceDecl *Namespace, in BuiltinTypeDeclBuilder()
|
| H A D | DeclSpec.cpp | 75 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend()
|