Home
last modified time | relevance | path

Searched defs:TypeAliasDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp2047 TEST_P(ASTMatchersTest, TypeAliasDecl) { in TEST_P() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3344 TypeAliasDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypeAliasDecl() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h196 class TypeAliasDecl; variable