Home
last modified time | relevance | path

Searched defs:IsInGlobalNamespace (Results 1 – 22 of 22) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp89 bool IsInGlobalNamespace) { in startsWithUnderscoreInGlobalNamespace()
94 getUnderscoreGlobalNamespaceFixup(StringRef Name, bool IsInGlobalNamespace) { in getUnderscoreGlobalNamespaceFixup()
110 getFailureInfoImpl(StringRef Name, bool IsInGlobalNamespace, in getFailureInfoImpl()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp89 bool IsInGlobalNamespace) { in startsWithUnderscoreInGlobalNamespace()
94 getUnderscoreGlobalNamespaceFixup(StringRef Name, bool IsInGlobalNamespace) { in getUnderscoreGlobalNamespaceFixup()
110 getFailureInfoImpl(StringRef Name, bool IsInGlobalNamespace, in getFailureInfoImpl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp89 bool IsInGlobalNamespace) { in startsWithUnderscoreInGlobalNamespace()
94 getUnderscoreGlobalNamespaceFixup(StringRef Name, bool IsInGlobalNamespace) { in getUnderscoreGlobalNamespaceFixup()
110 getFailureInfoImpl(StringRef Name, bool IsInGlobalNamespace, in getFailureInfoImpl()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp89 bool IsInGlobalNamespace) { in startsWithUnderscoreInGlobalNamespace()
94 getUnderscoreGlobalNamespaceFixup(StringRef Name, bool IsInGlobalNamespace) { in getUnderscoreGlobalNamespaceFixup()
110 getFailureInfoImpl(StringRef Name, bool IsInGlobalNamespace, in getFailureInfoImpl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp89 bool IsInGlobalNamespace) { in startsWithUnderscoreInGlobalNamespace()
94 getUnderscoreGlobalNamespaceFixup(StringRef Name, bool IsInGlobalNamespace) { in getUnderscoreGlobalNamespaceFixup()
110 getFailureInfoImpl(StringRef Name, bool IsInGlobalNamespace, in getFailureInfoImpl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp89 bool IsInGlobalNamespace) { in startsWithUnderscoreInGlobalNamespace()
94 getUnderscoreGlobalNamespaceFixup(StringRef Name, bool IsInGlobalNamespace) { in getUnderscoreGlobalNamespaceFixup()
110 getFailureInfoImpl(StringRef Name, bool IsInGlobalNamespace, in getFailureInfoImpl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp89 bool IsInGlobalNamespace) { in startsWithUnderscoreInGlobalNamespace()
94 getUnderscoreGlobalNamespaceFixup(StringRef Name, bool IsInGlobalNamespace) { in getUnderscoreGlobalNamespaceFixup()
110 getFailureInfoImpl(StringRef Name, bool IsInGlobalNamespace, in getFailureInfoImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp89 bool IsInGlobalNamespace) { in startsWithUnderscoreInGlobalNamespace()
94 getUnderscoreGlobalNamespaceFixup(StringRef Name, bool IsInGlobalNamespace) { in getUnderscoreGlobalNamespaceFixup()
110 getFailureInfoImpl(StringRef Name, bool IsInGlobalNamespace, in getFailureInfoImpl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DReservedIdentifierCheck.cpp89 bool IsInGlobalNamespace) { in startsWithUnderscoreInGlobalNamespace()
94 getUnderscoreGlobalNamespaceFixup(StringRef Name, bool IsInGlobalNamespace) { in getUnderscoreGlobalNamespaceFixup()
110 getFailureInfoImpl(StringRef Name, bool IsInGlobalNamespace, in getFailureInfoImpl()
/dports/databases/kdb/kdb-3.2.0/src/tools/transliteration/
H A Dgenerate_transliteration_table.sh1 #!/bin/bash
2 #
3 # Copyright (C) 2006-2018 Jarosław Staniek <staniek@kde.org>
4 #
5 # Based on the original script by Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
6 #
7 # This program is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU General Public
9 # License as published by the Free Software Foundation; either
10 # version 2 of the License, or (at your option) any later version.
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.h148 bool IsInGlobalNamespace = false; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-doc/
H A DRepresentation.h154 bool IsInGlobalNamespace = false; member
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-doc/
H A DRepresentation.h154 bool IsInGlobalNamespace = false; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-doc/
H A DRepresentation.h154 bool IsInGlobalNamespace = false; member
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-doc/
H A DRepresentation.h154 bool IsInGlobalNamespace = false; member
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-doc/
H A DRepresentation.h148 bool IsInGlobalNamespace = false; member
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.h154 bool IsInGlobalNamespace = false; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-doc/
H A DRepresentation.h154 bool IsInGlobalNamespace = false; member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-doc/
H A DRepresentation.h154 bool IsInGlobalNamespace = false; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-doc/
H A DRepresentation.h154 bool IsInGlobalNamespace = false; member
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-doc/
H A DRepresentation.h154 bool IsInGlobalNamespace = false; member
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-doc/
H A DRepresentation.h154 bool IsInGlobalNamespace = false; member