Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp494 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
H A DDeclObjC.cpp1397 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
H A DASTImporter.cpp2737 RI->setTypeForDecl(nullptr); in VisitRecordDecl()
2746 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1920 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
H A DDecl.h2899 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp2132 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
2140 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()
2147 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()
2179 New->setTypeForDecl(OldTD->getTypeForDecl()); in MergeTypedefNameDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp534 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()
H A DASTReader.cpp6277 DI->setTypeForDecl(T); in readTypeRecord()