Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DTypeLoc.cpp511 this->setUnderlyingTInfo( in initializeLocal()
/external/clang/include/clang/AST/
DTypeLoc.h1649 void setUnderlyingTInfo(TypeSourceInfo* TI) const { in setUnderlyingTInfo() function
1688 void setUnderlyingTInfo(TypeSourceInfo *TInfo) { in setUnderlyingTInfo() function
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1932 void setUnderlyingTInfo(TypeSourceInfo* TI) const { in setUnderlyingTInfo() function
1972 void setUnderlyingTInfo(TypeSourceInfo *TInfo) { in setUnderlyingTInfo() function
/external/clang/lib/Sema/
DSemaType.cpp4891 TL.setUnderlyingTInfo(TInfo); in VisitTypeOfTypeLoc()
4901 TL.setUnderlyingTInfo(TInfo); in VisitUnaryTransformTypeLoc()
DTreeTransform.h5244 NewTL.setUnderlyingTInfo(New_Under_TI); in TransformTypeOfType()
5300 NewTL.setUnderlyingTInfo(TL.getUnderlyingTInfo()); in TransformUnaryTransformType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp5879 TL.setUnderlyingTInfo(TInfo); in VisitTypeOfTypeLoc()
5889 TL.setUnderlyingTInfo(TInfo); in VisitUnaryTransformTypeLoc()
DTreeTransform.h6040 NewTL.setUnderlyingTInfo(New_Under_TI); in TransformTypeOfType()
6097 NewTL.setUnderlyingTInfo(TL.getUnderlyingTInfo()); in TransformUnaryTransformType()
/external/clang/lib/Serialization/
DASTReader.cpp5835 TL.setUnderlyingTInfo(Reader.GetTypeSourceInfo(F, Record, Idx)); in VisitTypeOfTypeLoc()
5844 TL.setUnderlyingTInfo(Reader.GetTypeSourceInfo(F, Record, Idx)); in VisitUnaryTransformTypeLoc()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6607 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitTypeOfTypeLoc()
6618 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitUnaryTransformTypeLoc()