Home
last modified time | relevance | path

Searched defs:TND (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp277 else if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl())) in checkPreStmt() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1524 if (auto *TND = dyn_cast<TypedefNameDecl>(D)) in canThrow() local
H A DSemaAccess.cpp1131 else if (TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(D)) in diagnoseBadDirectAccess() local
H A DSemaTemplateInstantiateDecl.cpp1545 if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D)) in VisitEnumDecl() local
2035 if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D)) in VisitCXXRecordDecl() local
H A DSemaDeclAttr.cpp4014 if (const auto *TND = dyn_cast<TypedefNameDecl>(D)) { in AddAlignedAttr() local
4104 if (const auto *TND = dyn_cast<TypedefNameDecl>(D)) { in AddAlignedAttr() local
H A DSemaDecl.cpp7318 const TypedefNameDecl *TND = TT->getDecl(); in copyAttrFromTypedefToDecl() local
17707 } else if (TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(PrevDecl)) { in ActOnTag() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1247 } else if (TypedefNameDecl *TND = in mangleUnqualifiedName() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3337 if (auto *TND = dyn_cast<TypedefNameDecl>(Found)) in getDeclForMerging() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2942 if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl())) { in VisitDeclSubExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp334 else if (const TypedefNameDecl *TND = in getClassName() local