Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DRewriters.h19 class TypedefDecl; variable
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp38 const TypedefNameDecl *TypedefDecl = TypedefTy->getDecl(); in getUnderlyingTypeDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h160 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3494 TypedefDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypedefDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h198 class TypedefDecl; variable