Home
last modified time | relevance | path

Searched refs:setUnderlyingTInfo (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DTypeLoc.h1567 void setUnderlyingTInfo(TypeSourceInfo* TI) const { in setUnderlyingTInfo() function
1604 void setUnderlyingTInfo(TypeSourceInfo *TInfo) { in setUnderlyingTInfo() function
/external/clang/lib/Sema/
DSemaType.cpp3561 TL.setUnderlyingTInfo(TInfo); in VisitTypeOfTypeLoc()
3571 TL.setUnderlyingTInfo(TInfo); in VisitUnaryTransformTypeLoc()
DTreeTransform.h4676 NewTL.setUnderlyingTInfo(New_Under_TI); in TransformTypeOfType()
4732 NewTL.setUnderlyingTInfo(TL.getUnderlyingTInfo()); in TransformUnaryTransformType()
/external/clang/lib/Serialization/
DASTReader.cpp5658 TL.setUnderlyingTInfo(Reader.GetTypeSourceInfo(F, Record, Idx)); in VisitTypeOfTypeLoc()
5667 TL.setUnderlyingTInfo(Reader.GetTypeSourceInfo(F, Record, Idx)); in VisitUnaryTransformTypeLoc()