Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp543 this->setUnderlyingTInfo( in initializeLocal()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2152 void setUnderlyingTInfo(TypeSourceInfo *TInfo) { in setUnderlyingTInfo() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5898 TL.setUnderlyingTInfo(TInfo); in VisitUnaryTransformTypeLoc()
H A DTreeTransform.h6757 NewTL.setUnderlyingTInfo(TL.getUnderlyingTInfo()); in TransformUnaryTransformType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6962 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitUnaryTransformTypeLoc()