Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp264 else if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl())) in checkPreStmt() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1527 if (auto *TND = dyn_cast<TypedefNameDecl>(D)) in canThrow() local
H A DSemaAccess.cpp1123 else if (TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(D)) in diagnoseBadDirectAccess() local
H A DSemaTemplateInstantiateDecl.cpp1453 if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D)) in VisitEnumDecl() local
1936 if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D)) in VisitCXXRecordDecl() local
H A DSemaDecl.cpp7281 const TypedefNameDecl *TND = TT->getDecl(); in copyAttrFromTypedefToDecl() local
16835 } else if (TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(PrevDecl)) { in ActOnTag() local
H A DSemaDeclAttr.cpp4292 if (const auto *TND = dyn_cast<TypedefNameDecl>(D)) { in AddAlignedAttr() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp183 if (const TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(D)) { in add() local
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp1094 } else if (TypedefNameDecl *TND = in mangleUnqualifiedName() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp3108 if (auto *TND = dyn_cast<TypedefNameDecl>(Found)) in getDeclForMerging() local
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp2878 if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl())) { in VisitDeclSubExpr() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp321 else if (const TypedefNameDecl *TND = in getClassName() local