Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp481 this->setUnderlyingTInfo( in initializeLocal()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1845 void setUnderlyingTInfo(TypeSourceInfo* TI) const { in setUnderlyingTInfo() function
1885 void setUnderlyingTInfo(TypeSourceInfo *TInfo) { in setUnderlyingTInfo() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp5376 TL.setUnderlyingTInfo(TInfo); in VisitTypeOfTypeLoc()
5386 TL.setUnderlyingTInfo(TInfo); in VisitUnaryTransformTypeLoc()
H A DTreeTransform.h5575 NewTL.setUnderlyingTInfo(New_Under_TI); in TransformTypeOfType()
5632 NewTL.setUnderlyingTInfo(TL.getUnderlyingTInfo()); in TransformUnaryTransformType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6613 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitTypeOfTypeLoc()
6624 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitUnaryTransformTypeLoc()