Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp513 this->setUnderlyingTInfo( in initializeLocal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1981 void setUnderlyingTInfo(TypeSourceInfo* TI) const { in setUnderlyingTInfo() function
2021 void setUnderlyingTInfo(TypeSourceInfo *TInfo) { in setUnderlyingTInfo() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5953 TL.setUnderlyingTInfo(TInfo); in VisitTypeOfTypeLoc()
5963 TL.setUnderlyingTInfo(TInfo); in VisitUnaryTransformTypeLoc()
H A DTreeTransform.h6149 NewTL.setUnderlyingTInfo(New_Under_TI); in TransformTypeOfType()
6206 NewTL.setUnderlyingTInfo(TL.getUnderlyingTInfo()); in TransformUnaryTransformType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6656 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitTypeOfTypeLoc()
6667 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitUnaryTransformTypeLoc()