Home | History | Annotate | Download | only in Sema

Lines Matching refs:NameLoc

718   DeclarationNameLoc NameLoc;
719 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(FunctionPtrTy,
723 DeclarationNameInfo(Name, Loc, NameLoc),
791 DeclarationNameLoc NameLoc;
792 NameLoc.NamedType.TInfo = S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc);
795 DeclarationNameInfo(Name, Loc, NameLoc),