Home
last modified time | relevance | path

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

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