Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp204 } else if (const auto *TDD = dyn_cast<TypedefNameDecl>(DC)) { in createOuterNNS() local
254 } else if (const auto *TDD = dyn_cast<TypedefType>(Type)) { in getFullyQualifiedNestedNameSpecifier() local
H A DDeclPrinter.cpp185 if (TypedefNameDecl* TDD = dyn_cast<TypedefNameDecl>(D)) in getDeclType() local
H A DDecl.cpp4720 void TagDecl::setTypedefNameForAnonDecl(TypedefNameDecl *TDD) { in setTypedefNameForAnonDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp73 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3079 TypedefNameDecl *TDD = dyn_cast<TypedefNameDecl>(PrevDecl); in ActOnForwardClassDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4870 else if (TypedefNameDecl *TDD = dyn_cast<TypedefNameDecl>(ND)) in RewriteBlockPointerDecl() local