Home
last modified time | relevance | path

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

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