/llvm-project/clang/test/SemaObjCXX/Inputs/ |
H A D | nullability-consistency-smart.h | 6 using Alias = Smart; variable
|
/llvm-project/clang/test/Index/ |
H A D | comment-cplus11-specific.cpp | 18 using Alias = inner::Opaque; typedef
|
/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | AArch64TargetParser.h | 55 std::optional<StringRef> Alias; // An alias for this extension, if one exists. global() member 242 struct Alias { global() struct 257 NameAlias global() argument
|
/llvm-project/llvm/include/llvm/Option/ |
H A D | Arg.h | 70 std::unique_ptr<Arg> Alias; variable 108 void setAlias(std::unique_ptr<Arg> Alias) { this->Alias = std::move(Alias); } in setAlias()
|
H A D | Option.h | 197 const Option Alias = getAlias(); getUnaliasedOption() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unused-local-typedef-x86asm.cpp | 11 using Alias = struct { in use_in_asm() typedef
|
H A D | invalid-template-base-specifier.cpp | 13 using Alias = decltype(Foo(T())); // expected-error {{no matching function for call to 'Foo'}} typedef
|
/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/ |
H A D | p3.cpp | 19 namespace Alias { namespace
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | may_alias.cpp | 10 template<typename T> using Alias = typename A<T>::B; typedef
|
/llvm-project/llvm/lib/Option/ |
H A D | Option.cpp | 76 const Option Alias = getAlias(); print() local 96 const Option Alias = getAlias(); matches() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 89 unsigned int Alias : AliasBits; global() variable 113 AliasResult(const Kind & Alias) AliasResult() argument [all...] |
/llvm-project/clang/test/Analysis/ |
H A D | transparent_union_bug.c | 13 } __attribute__((transparent_union)) Alias; typedef
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | cxx-decls-merged.h | 27 namespace Alias = Aliased; variable
|
H A D | cxx-decls-imported.h | 49 namespace Alias = Aliased; variable
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Weak.h | 30 WeakInfo(const IdentifierInfo *Alias, SourceLocation Loc) in WeakInfo()
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 186 for (auto &Alias : RequestedAliases) { materialize() local 216 for (auto &Alias : RequestedAliases) materialize() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | ARMTargetDefEmitter.cpp |
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.h | 110 Alias, global() enumerator
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | BasicBlockSectionsProfileReader.cpp | 166 bool FunctionFound = any_of(Values, [&](StringRef Alias) { in ReadV1Profile() 313 bool FunctionFound = any_of(Aliases, [&](StringRef Alias) { in ReadV0Profile()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | unconventional-assign-operator.cpp | 133 using Alias = TypeAlias; typedef 144 typedef TypeAliasTypedef Alias; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | type-traits.cpp | 117 using Alias = my_std::add_const<bool>::type; typedef
|
H A D | loop-convert-extra.cpp | 117 if (int Alias = IntArr[I]) { in aliasing() local 126 while (int Alias = IntArr[I]) { in aliasing() local 135 switch (int Alias = IntArr[I]) { in aliasing() local 145 for (int Alias = IntArr[I]; Alias < N; ++Alias) { in aliasing() local 210 MutableVal Alias = *It; in refs_and_vals() local 221 MutableVal Alias = *It; in refs_and_vals() local 232 MutableVal &Alias = *It; in refs_and_vals() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 225 const GlobalAlias *Alias = dyn_cast<GlobalAlias>(GV); getCodeModel() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Speculation.h | 39 using Alias = SymbolStringPtr; variable
|
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.h | 123 COFFSymbolIndex Alias; global() member
|