Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td581 DI->setTypeForDecl(T);
H A DDeclObjC.h1907 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
H A DDecl.h3271 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp651 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
H A DDeclObjC.cpp1485 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
H A DASTImporter.cpp2966 RI->setTypeForDecl(nullptr); in VisitRecordDecl()
2975 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
H A DASTContext.cpp5493 New->setTypeForDecl(UpdatedTy.getTypePtr()); in adjustObjCTypeParamBoundType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp2586 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
2594 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()
2601 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()
2633 New->setTypeForDecl(OldTD->getTypeForDecl()); in MergeTypedefNameDecl()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp549 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()