Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1539 if (auto *TND = dyn_cast<TypedefNameDecl>(D)) canThrow() local
H A DSemaAccess.cpp1133 else if (TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(D)) diagnoseBadDirectAccess() local
H A DSemaTemplateInstantiateDecl.cpp1507 if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D)) VisitEnumDecl() local
1996 if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D)) VisitCXXRecordDecl() local
H A DSemaDeclAttr.cpp4491 if (const auto *TND = dyn_cast<TypedefNameDecl>(D)) { AddAlignedAttr() local
4581 if (const auto *TND = dyn_cast<TypedefNameDecl>(D)) { AddAlignedAttr() local
H A DSemaDecl.cpp7518 const TypedefNameDecl *TND = TT->getDecl(); copyAttrFromTypedefToDecl() local
17902 } else if (TypedefNameDecl *TND = dyn_cast<TypedefNameDecl>(PrevDecl)) { ActOnTag() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1156 } else if (TypedefNameDecl *TND = mangleUnqualifiedName() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3362 if (auto *TND = dyn_cast<TypedefNameDecl>(Found)) getDeclForMerging() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2945 if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl())) { VisitDeclSubExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp324 else if (const TypedefNameDecl *TND = getClassName() local