Home
last modified time | relevance | path

Searched defs:TypedefDecl (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Edit/
H A DRewriters.h19 class TypedefDecl; variable
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp39 const TypedefNameDecl *TypedefDecl = TypedefTy->getDecl(); in getUnderlyingTypeDecl() local
H A DExtractAPIConsumer.cpp55 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName() local
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp2034 TEST_P(ASTMatchersTest, TypedefDecl) { in TEST_P() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3321 TypedefDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypedefDecl() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h197 class TypedefDecl; variable