Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDVLASizeChecker.cpp277 else if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl())) in checkPreStmt() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExceptionSpec.cpp1524 if (auto *TND = dyn_cast<TypedefNameDecl>(D)) in canThrow() local
HDSemaAccess.cpp1131 else if (TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(D)) in diagnoseBadDirectAccess() local
HDSemaTemplateInstantiateDecl.cpp1545 if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D)) in VisitEnumDecl() local
2035 if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D)) in VisitCXXRecordDecl() local
HDSemaDeclAttr.cpp4014 if (const auto *TND = dyn_cast<TypedefNameDecl>(D)) { in AddAlignedAttr() local
4104 if (const auto *TND = dyn_cast<TypedefNameDecl>(D)) { in AddAlignedAttr() local
HDSemaDecl.cpp7318 const TypedefNameDecl *TND = TT->getDecl(); in copyAttrFromTypedefToDecl() local
17707 } else if (TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(PrevDecl)) { in ActOnTag() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp1247 } else if (TypedefNameDecl *TND = in mangleUnqualifiedName() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp3337 if (auto *TND = dyn_cast<TypedefNameDecl>(Found)) in getDeclForMerging() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp2942 if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl())) { in VisitDeclSubExpr() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp334 else if (const TypedefNameDecl *TND = in getClassName() local