Searched refs:DeclT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 370 template <typename DeclT> 371 std::optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl() 375 auto *FromD = dyn_cast<DeclT>(FromI->second); in getImportedFromDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 292 template <typename DeclT> 300 template <typename DeclT> 308 template <typename DeclT> 486 DeclT *Start = nullptr; 488 DeclT *Current = nullptr; 520 template <typename DeclT> 522 merged_redecls(DeclT *D) { in merged_redecls() 3536 template<typename DeclT> 3582 template<typename DeclT> 3748 template<typename DeclT> [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 48 template<typename DeclT> 49 static bool SubstQualifier(Sema &SemaRef, const DeclT *OldDecl, DeclT *NewDecl, in SubstQualifier() 901 template<typename DeclT> 902 static DeclT *getPreviousDeclForInstantiation(DeclT *D) { in getPreviousDeclForInstantiation() 903 DeclT *Result = D->getPreviousDecl(); in getPreviousDeclForInstantiation()
|
| H A D | SemaInit.cpp | 193 static void CheckStringInit(Expr *Str, QualType &DeclT, const ArrayType *AT, in CheckStringInit() argument 205 DeclT = S.Context.getConstantArrayType( in CheckStringInit() 207 updateStringLiteralType(Str, DeclT); in CheckStringInit() 244 updateStringLiteralType(Str, DeclT); in CheckStringInit()
|
| H A D | SemaTemplate.cpp | 10015 template<typename DeclT> 10016 static void completeMemberSpecializationImpl(Sema &S, DeclT *OrigD, in completeMemberSpecializationImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 1978 template <typename DeclT> 1979 static SourceLocation getTemplateOrInnerLocStart(const DeclT *decl) { in getTemplateOrInnerLocStart() 2657 template<typename DeclT> 2658 static DeclT *getDefinitionOrSelf(DeclT *D) { in getDefinitionOrSelf()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4023 QualType DeclT; in RewriteBlockPointerDecl() local 4025 DeclT = VD->getType(); in RewriteBlockPointerDecl() 4027 DeclT = TDD->getUnderlyingType(); in RewriteBlockPointerDecl() 4029 DeclT = FD->getType(); in RewriteBlockPointerDecl() 4057 if (PointerTypeTakesAnyBlockArguments(DeclT) || in RewriteBlockPointerDecl() 4058 PointerTypeTakesAnyObjCQualifiedType(DeclT)) { in RewriteBlockPointerDecl()
|
| H A D | RewriteModernObjC.cpp | 4869 QualType DeclT; in RewriteBlockPointerDecl() local 4871 DeclT = VD->getType(); in RewriteBlockPointerDecl() 4873 DeclT = TDD->getUnderlyingType(); in RewriteBlockPointerDecl() 4875 DeclT = FD->getType(); in RewriteBlockPointerDecl() 4903 if (PointerTypeTakesAnyBlockArguments(DeclT) || in RewriteBlockPointerDecl() 4904 PointerTypeTakesAnyObjCQualifiedType(DeclT)) { in RewriteBlockPointerDecl()
|