Home
last modified time | relevance | path

Searched defs:TypeAlias (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dunconventional-assign-operator.cpp132 struct TypeAlias { struct
133 using Alias = TypeAlias; argument
143 struct TypeAliasTypedef { argument
/llvm-project/clang/test/SemaCXX/
H A DGH83461.cpp60 using TypeAlias = U; typedef
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DMisplacedConstCheck.cpp58 } else if (const auto *TypeAlias = in check() local
/llvm-project/clang/test/Index/Core/
H A Dindex-source.cpp127 using TypeAlias = T; typedef in PseudoOverridesInSpecializations
174 using TypeAlias = int; typedef in PseudoOverridesInSpecializations
449 using TypeAlias = TagDecl<T>; typedef
H A Dindex-instantiated-source.cpp40 using TypeAlias = T; typedef
H A Dindex-dependent-source.cpp40 using TypeAlias = S; typedef in TemplateClass
/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h110 TypeAlias, enumerator
/llvm-project/clang/test/Index/
H A Dprint-type.cpp61 using TypeAlias = outer::Qux<T>; typedef
/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h37 TypeAlias, enumerator
/llvm-project/clang-tools-extra/clangd/unittests/
H A DInlayHintTests.cpp1618 llvm::StringRef TypeAlias = R"cpp( TEST() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp301 if (auto TypeAlias = getEnclosingTypeAliasTemplateDecl(SemaRef)) { HandleFunction() local
421 if (auto TypeAlias = getEnclosingTypeAliasTemplateDecl(SemaRef)) { HandleRecordDecl() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp123 TypeAlias = 16, ///< The path from one type to the other involves enumerator
/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp977 TypeResult TypeAlias = ParseAliasDeclarationAfterDeclarator() local