Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp474 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1364 void setTypeForDecl(const Type *TD) const { TypeForDecl = TD; } in setTypeForDecl() function
H A DDecl.h2466 void setTypeForDecl(const Type *TD) { TypeForDecl = TD; } in setTypeForDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp1874 New->setTypeForDecl(Context.getObjCIdType().getTypePtr()); in MergeTypedefNameDecl()
1882 New->setTypeForDecl(Context.getObjCClassType().getTypePtr()); in MergeTypedefNameDecl()
1889 New->setTypeForDecl(Context.getObjCSelType().getTypePtr()); in MergeTypedefNameDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp379 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull()); in Visit()
H A DASTReader.cpp5541 DI->setTypeForDecl(T); in readTypeRecord()