Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp203 } else if (const auto *TDD = dyn_cast<TypedefNameDecl>(DC)) { createOuterNNS() local
253 } else if (const auto *TDD = dyn_cast<TypedefType>(Type)) { getFullyQualifiedNestedNameSpecifier() local
H A DDeclPrinter.cpp197 if (TypedefNameDecl* TDD = dyn_cast<TypedefNameDecl>(D)) getDeclType() local
H A DDecl.cpp4672 setTypedefNameForAnonDecl(TypedefNameDecl * TDD) setTypedefNameForAnonDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp72 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { addRecordTypeName() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3078 TypedefNameDecl *TDD = dyn_cast<TypedefNameDecl>(PrevDecl); ActOnForwardClassDeclaration() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4026 else if (TypedefNameDecl *TDD = dyn_cast<TypedefNameDecl>(ND)) in RewriteBlockPointerDecl() local
H A DRewriteModernObjC.cpp4872 else if (TypedefNameDecl *TDD = dyn_cast<TypedefNameDecl>(ND)) RewriteBlockPointerDecl() local