Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp527 this->setUnderlyingTInfo( in initializeLocal()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h2013 void setUnderlyingTInfo(TypeSourceInfo* TI) const { in setUnderlyingTInfo() function
2076 void setUnderlyingTInfo(TypeSourceInfo *TInfo) { in setUnderlyingTInfo() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp6062 TL.setUnderlyingTInfo(TInfo); in VisitTypeOfTypeLoc()
6077 TL.setUnderlyingTInfo(TInfo); in VisitUnaryTransformTypeLoc()
H A DTreeTransform.h6241 NewTL.setUnderlyingTInfo(New_Under_TI); in TransformTypeOfType()
6298 NewTL.setUnderlyingTInfo(TL.getUnderlyingTInfo()); in TransformUnaryTransformType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6700 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitTypeOfTypeLoc()
6712 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitUnaryTransformTypeLoc()