Home
last modified time | relevance | path

Searched refs:TND (Results 1 – 12 of 12) 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
278 TypeToCheck = TND->getUnderlyingType().getCanonicalType(); in checkPreStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1524 if (auto *TND = dyn_cast<TypedefNameDecl>(D)) in canThrow() local
1525 if (TND->getUnderlyingType()->isVariablyModifiedType()) in canThrow()
H A DSemaAccess.cpp1131 else if (TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(D)) in diagnoseBadDirectAccess() local
1132 PrevDecl = TND->getPreviousDecl(); in diagnoseBadDirectAccess()
H A DSemaTemplateInstantiateDecl.cpp1545 if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D)) in VisitEnumDecl() local
1546 SemaRef.Context.addTypedefNameForUnnamedTagDecl(Enum, TND); in VisitEnumDecl()
2035 if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D)) in VisitCXXRecordDecl() local
2036 SemaRef.Context.addTypedefNameForUnnamedTagDecl(Record, TND); in VisitCXXRecordDecl()
H A DSemaDeclAttr.cpp4014 if (const auto *TND = dyn_cast<TypedefNameDecl>(D)) { in AddAlignedAttr() local
4015 if (!TND->getUnderlyingType()->isDependentType()) { in AddAlignedAttr()
4104 if (const auto *TND = dyn_cast<TypedefNameDecl>(D)) { in AddAlignedAttr() local
4105 if (!TND->getUnderlyingType()->isDependentType()) { in AddAlignedAttr()
H A DSemaDecl.cpp7318 const TypedefNameDecl *TND = TT->getDecl(); in copyAttrFromTypedefToDecl() local
7319 if (const auto *Attribute = TND->getAttr<AttrTy>()) { in copyAttrFromTypedefToDecl()
17707 } else if (TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(PrevDecl)) { in ActOnTag() local
17711 << Name << Kind << TND->getUnderlyingType(); in ActOnTag()
/freebsd/usr.bin/units/
H A Ddefinitions.units503 TND tunisiadinar
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1247 } else if (TypedefNameDecl *TND = in mangleUnqualifiedName() local
1253 Name += TND->getName(); in mangleUnqualifiedName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3191 void addTypedefNameForUnnamedTagDecl(TagDecl *TD, TypedefNameDecl *TND);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2942 if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl())) { in VisitDeclSubExpr() local
2944 const Type *T = TND->getUnderlyingType().getTypePtr(); in VisitDeclSubExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3337 if (auto *TND = dyn_cast<TypedefNameDecl>(Found)) in getDeclForMerging() local
3338 return TND->getAnonDeclWithTypedefName(/*AnyRedecl*/true); in getDeclForMerging()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp334 else if (const TypedefNameDecl *TND = in getClassName() local
338 Name = TND->getName(); in getClassName()