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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2519 TypeSourceInfo *ParmTSI = nullptr; local
2520 QualType ParmType = S.GetTypeFromParser(Attr.getTypeArg(), &ParmTSI);
2521 assert(ParmTSI && "no type source info for attribute argument");
2539 ParmTSI,

Completed in 73 milliseconds