Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2593 TypeSourceInfo *ParmTSI = nullptr; in handleVecTypeHint() local
2594 QualType ParmType = S.GetTypeFromParser(Attr.getTypeArg(), &ParmTSI); in handleVecTypeHint()
2595 assert(ParmTSI && "no type source info for attribute argument"); in handleVecTypeHint()
2613 ParmTSI, in handleVecTypeHint()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp2938 TypeSourceInfo *ParmTSI = nullptr; in handleVecTypeHint() local
2939 QualType ParmType = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); in handleVecTypeHint()
2940 assert(ParmTSI && "no type source info for attribute argument"); in handleVecTypeHint()
2956 D->addAttr(::new (S.Context) VecTypeHintAttr(S.Context, AL, ParmTSI)); in handleVecTypeHint()