Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp250 StringRef Namespace, std::map<std::string, unsigned> &Operands, in initOperandMapData() argument
286 StringRef Namespace = Target.getInstNamespace(); emitOperandNameMappings() local
359 StringRef Namespace = Target.getInstNamespace(); emitOperandTypeMappings() local
498 emitLogicalOperandSizeMappings(raw_ostream & OS,StringRef Namespace,ArrayRef<const CodeGenInstruction * > NumberedInstructions) emitLogicalOperandSizeMappings() argument
585 emitLogicalOperandTypeMappings(raw_ostream & OS,StringRef Namespace,ArrayRef<const CodeGenInstruction * > NumberedInstructions) emitLogicalOperandTypeMappings() argument
1278 StringRef Namespace = Target.getInstNamespace(); emitEnums() local
[all...]
H A DRegisterInfoEmitter.cpp111 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); in runEnums() local
174 std::string Namespace = SubRegIndices.front().getNamespace(); runEnums() local
406 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); EmitRegMappingTables() local
524 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace"); EmitRegMapping() local
[all...]
H A DGlobalISelMatchTable.cpp
H A DCodeGenRegisters.h
H A DCodeGenTarget.cpp
H A DAsmWriterEmitter.cpp618 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace"); EmitGetRegisterName() local
869 StringRef Namespace = Target.getName(); EmitPrintAliasInstruction() local
[all...]
H A DCodeGenMapTable.cpp365 StringRef Namespace = Target.getInstNamespace(); emitBinSearchTable() local
H A DCodeGenInstruction.h
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h238 PragmaMessage(SourceLocation Loc,StringRef Namespace,PragmaMessageKind Kind,StringRef Str) PragmaMessage() argument
245 PragmaDiagnosticPush(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPush() argument
251 PragmaDiagnosticPop(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPop() argument
255 PragmaDiagnostic(SourceLocation Loc,StringRef Namespace,diag::Severity mapping,StringRef Str) PragmaDiagnostic() argument
542 PragmaMessage(SourceLocation Loc,StringRef Namespace,PragmaMessageKind Kind,StringRef Str) PragmaMessage() argument
548 PragmaDiagnosticPush(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPush() argument
553 PragmaDiagnosticPop(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPop() argument
558 PragmaDiagnostic(SourceLocation Loc,StringRef Namespace,diag::Severity mapping,StringRef Str) PragmaDiagnostic() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp524 PragmaMessage(SourceLocation Loc,StringRef Namespace,PragmaMessageKind Kind,StringRef Str) PragmaMessage() argument
561 PragmaDiagnosticPush(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPush() argument
568 PragmaDiagnosticPop(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPop() argument
575 PragmaDiagnostic(SourceLocation Loc,StringRef Namespace,diag::Severity Map,StringRef Str) PragmaDiagnostic() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp538 struct Namespace { argument
534 struct Namespace { global() struct
535 Name__anon561c0f8f0e11::Namespace global() argument
536 Availability__anon561c0f8f0e11::Namespace global() argument
537 SwiftName__anon561c0f8f0e11::Namespace global() argument
539 Items__anon561c0f8f0e11::Namespace global() argument
909 for (const auto &Namespace : TLItems.Namespaces) { convertTopLevelItems() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h84 Namespace, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h113 enum class AccelType : uint8_t { None, Name, Namespace, ObjC, Type }; global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp230 void add(StringRef Name, LVScope *Namespace) { in add() argument
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)) { visitKnownRecord() local
1654 if (LVScope *Namespace = Shared->NamespaceDeduction.get(UDT.Name)) { visitKnownRecord() local
2015 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Class.getName())) visitKnownRecord() local
2086 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Enum.getName())) visitKnownRecord() local
2476 if (LVScope *Namespace = Shared->NamespaceDeduction.get(Union.getName())) visitKnownRecord() local
2562 if (LVScope *Namespace = Shared->NamespaceDeduction.get( visitKnownRecord() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp915 void Preprocessor::AddPragmaHandler(StringRef Namespace, in AddPragmaHandler() argument
946 void Preprocessor::RemovePragmaHandler(StringRef Namespace, in RemovePragmaHandler() argument
1277 const char *Namespace; global() member
1615 const StringRef Namespace; global() member
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h27 Namespace, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp342 createNestedNameSpecifier(const ASTContext & Ctx,const NamespaceDecl * Namespace,bool WithGlobalNsPrefix) createNestedNameSpecifier() argument
[all...]
H A DNestedNameSpecifier.cpp589 NamespaceDecl *Namespace, in Extend() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSerializerBase.h
/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h193 Namespace = 1 << 2, global() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h755 Namespace = 2, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1056 PragmaAttributeStack.back().Namespace = Namespace; in ActOnPragmaAttributeEmptyPush() argument
1063 ActOnPragmaAttributePop(SourceLocation PragmaLoc,const IdentifierInfo * Namespace) ActOnPragmaAttributePop() argument
H A DSemaCXXScopeSpec.cpp703 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(SD)) { BuildCXXNestedNameSpecifier() local
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp842 auto Namespace = serializeAPIRecord(Record); visitNamespaceRecord() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp58 const std::string &Namespace, bool KnownToGCC, in FlattenedSpelling() argument
1598 std::string Namespace = Spellings[I].nameSpace(); writePrettyPrintFunction() local
1615 std::string Namespace = Spellings[I].nameSpace(); writePrettyPrintFunction() local
1780 const std::string &Namespace = S.nameSpace(); CreateSemanticSpellings() local
[all...]

12