Home
last modified time | relevance | path

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

123

/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DPreferRegisterOverUnsignedCheck.cpp41 if (const auto *Namespace = dyn_cast<NamespaceDecl>(Context)) in check() local
46 const NamespaceDecl *Namespace = UsingDirective->getNominatedNamespace(); in check() local
/llvm-project/mlir/include/mlir/CAPI/
H A DRegistration.h36 #define MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(Name, Namespace, ClassName) \ argument
/llvm-project/libcxx/utils/
H A Dadb_run.py84 def run_command(args: argparse.Namespace) -> int: argument
/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp285 StringRef Namespace = Target.getInstNamespace(); in emitOperandNameMappings() local
250 initOperandMapData(ArrayRef<const CodeGenInstruction * > NumberedInstructions,StringRef Namespace,std::map<std::string,unsigned> & Operands,OpNameMapTy & OperandMap) initOperandMapData() argument
358 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
1320 StringRef Namespace = Target.getInstNamespace(); emitEnums() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DNamespaceAliaser.cpp30 StringRef Namespace, in createAlias()
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMoveForwardingReferenceCheck.cpp51 } else if (const NamespaceDecl *Namespace = NNS->getAsNamespace()) { in replaceMoveWithForward() local
/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()
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DSymbolInfo.h42 Namespace, // Symbols declared in a namespace. enumerator
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DAddUsing.cpp176 if (const auto *Namespace = U->getQualifier()->getAsNamespace()) { in findInsertionPoint() local
234 const NestedNameSpecifier &Namespace) { in isNamespaceForbidden()
/llvm-project/libc/utils/HdrGen/
H A DPublicAPICommand.cpp
/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp607 StringRef Namespace, in PragmaMessage() argument
644 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush() argument
651 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop() argument
658 PragmaDiagnostic(SourceLocation Loc,StringRef Namespace,diag::Severity Map,StringRef Str) PragmaDiagnostic() argument
[all...]
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp214 llvm::StringRef Namespace, in PragmaMessage()
227 llvm::StringRef Namespace) { in PragmaDiagnosticPush()
236 llvm::StringRef Namespace) { in PragmaDiagnosticPop()
244 llvm::StringRef Namespace, in PragmaDiagnostic()
/llvm-project/clang/test/Index/
H A Dctor-init-source-loc.cpp80 namespace Namespace { namespace
/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp536 struct Namespace { global() struct
537 Name__anonb21921b00e11::Namespace global() argument
538 Availability__anonb21921b00e11::Namespace global() argument
539 SwiftName__anonb21921b00e11::Namespace global() argument
540 SwiftPrivate__anonb21921b00e11::Namespace global() argument
541 Items__anonb21921b00e11::Namespace global() argument
911 for (const auto &Namespace : TLItems.Namespaces) { convertTopLevelItems() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h84 Namespace, enumerator
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DLogicalElementsTest.cpp52 LVScopeNamespace *Namespace = nullptr; member in __anonb3007c9e0111::ReaderTestElements
H A DSelectElementsTest.cpp38 LVScopeNamespace *Namespace = nullptr; member in __anon63092e030111::ReaderTestSelection
H A DCompareElementsTest.cpp53 LVScopeNamespace *Namespace = nullptr; member in __anon8e4c552a0111::ReaderTestCompare
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.h47 Namespace, enumerator
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h118 enum class AccelType : uint8_t { None, Name, Namespace, ObjC, Type }; enumerator
/llvm-project/bolt/utils/
H A Dllvm-bolt-wrapper.py154 def preprocess_args(args: argparse.Namespace) -> Mapping[AnyStr, AnyStr]:
/llvm-project/mlir/include/mlir-c/
H A DIR.h206 #define MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(Name, Namespace) \ argument
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp230 add(StringRef Name,LVScope * Namespace) add() argument
245 LVScope *Namespace = (NamespaceNames.find(Name) != NamespaceNames.end()) find() local
445 LVScope *Namespace = nullptr; 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...]
/llvm-project/llvm/utils/git/
H A Dcode-format-helper.py49 __init__(self, args: argparse.Namespace = None) global() argument
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp131 namespace Namespace { namespace

123