Home
last modified time | relevance | path

Searched refs:setTypeForDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td585 DI->setTypeForDecl(T);
H A DDeclObjC.h1915 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
H A DDecl.h3374 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp650 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
H A DDeclObjC.cpp1485 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
H A DASTImporter.cpp3163 RI->setTypeForDecl(nullptr); in VisitRecordDecl()
3171 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
4801 Result->setTypeForDecl(ToTypeForDecl); in VisitObjCTypeParamDecl()
H A DASTContext.cpp5478 New->setTypeForDecl(UpdatedTy.getTypePtr()); in adjustObjCTypeParamBoundType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2638 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
2646 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()
2653 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()
2685 New->setTypeForDecl(OldTD->getTypeForDecl()); in MergeTypedefNameDecl()
H A DSemaTemplateInstantiateDecl.cpp1707 RecordInst->setTypeForDecl( in VisitClassTemplateDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp562 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()