Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td577 DI->setTypeForDecl(T);
H A DDeclObjC.h1898 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
H A DDecl.h3201 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp640 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
H A DDeclObjC.cpp1450 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
H A DASTImporter.cpp2972 RI->setTypeForDecl(nullptr); in VisitRecordDecl()
2981 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
H A DASTContext.cpp5440 New->setTypeForDecl(UpdatedTy.getTypePtr()); in adjustObjCTypeParamBoundType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp2510 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
2518 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()
2525 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()
2557 New->setTypeForDecl(OldTD->getTypeForDecl()); in MergeTypedefNameDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp544 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()