/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
H A D | PreferRegisterOverUnsignedCheck.cpp | 41 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 D | Registration.h | 36 #define MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(Name, Namespace, ClassName) \ argument
|
/llvm-project/libcxx/utils/ |
H A D | adb_run.py | 84 def run_command(args: argparse.Namespace) -> int: argument
|
/llvm-project/llvm/utils/TableGen/ |
H A D | InstrInfoEmitter.cpp | 285 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 D | NamespaceAliaser.cpp | 30 StringRef Namespace, in createAlias()
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | MoveForwardingReferenceCheck.cpp | 51 } else if (const NamespaceDecl *Namespace = NNS->getAsNamespace()) { in replaceMoveWithForward() local
|
/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()
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
H A D | SymbolInfo.h | 42 Namespace, // Symbols declared in a namespace. enumerator
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | AddUsing.cpp | 176 if (const auto *Namespace = U->getQualifier()->getAsNamespace()) { in findInsertionPoint() local 234 const NestedNameSpecifier &Namespace) { in isNamespaceForbidden()
|
/llvm-project/libc/utils/HdrGen/ |
H A D | PublicAPICommand.cpp |
|
/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 607 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 D | PPCallbacksTracker.cpp | 214 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 D | ctor-init-source-loc.cpp | 80 namespace Namespace { namespace
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 536 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 D | NestedNameSpecifier.h | 84 Namespace, enumerator
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | LogicalElementsTest.cpp | 52 LVScopeNamespace *Namespace = nullptr; member in __anonb3007c9e0111::ReaderTestElements
|
H A D | SelectElementsTest.cpp | 38 LVScopeNamespace *Namespace = nullptr; member in __anon63092e030111::ReaderTestSelection
|
H A D | CompareElementsTest.cpp | 53 LVScopeNamespace *Namespace = nullptr; member in __anon8e4c552a0111::ReaderTestCompare
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SemanticHighlighting.h | 47 Namespace, enumerator
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.h | 118 enum class AccelType : uint8_t { None, Name, Namespace, ObjC, Type }; enumerator
|
/llvm-project/bolt/utils/ |
H A D | llvm-bolt-wrapper.py | 154 def preprocess_args(args: argparse.Namespace) -> Mapping[AnyStr, AnyStr]:
|
/llvm-project/mlir/include/mlir-c/ |
H A D | IR.h | 206 #define MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(Name, Namespace) \ argument
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 230 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 D | code-format-helper.py | 49 __init__(self, args: argparse.Namespace = None) global() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-user-defined-literals.cpp | 131 namespace Namespace { namespace
|