Home | History | Annotate | Download | only in Sema

Lines Matching refs:PTI

2003       DeclaratorChunk::PointerTypeInfo &PTI = OuterChunk.Ptr;
2005 S, PTI.TypeQuals,
2007 SourceLocation::getFromRawEncoding(PTI.ConstQualLoc),
2008 SourceLocation::getFromRawEncoding(PTI.VolatileQualLoc),
2009 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc),
2010 SourceLocation::getFromRawEncoding(PTI.AtomicQualLoc));