Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td564 DI->setTypeForDecl(T);
H A DDeclObjC.h1896 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
H A DDecl.h3150 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp630 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
H A DDeclObjC.cpp1434 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
H A DASTImporter.cpp2986 RI->setTypeForDecl(nullptr); in VisitRecordDecl()
2995 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
H A DASTContext.cpp5288 New->setTypeForDecl(UpdatedTy.getTypePtr()); in adjustObjCTypeParamBoundType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2311 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
2319 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()
2326 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()
2358 New->setTypeForDecl(OldTD->getTypeForDecl()); in MergeTypedefNameDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp542 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()