Searched refs:tDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp917 TypedefNameDecl *tDecl = dyn_cast<TypedefNameDecl>(D); local
918 if (tDecl == 0) {
923 QualType curType = tDecl->getUnderlyingType();
953 tDecl->setTypeSourceInfo(S.Context.getTrivialTypeSourceInfo(T));
956 S.ExtVectorDecls.push_back(tDecl);

Completed in 86 milliseconds