Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp533 this->setUnderlyingTInfo( in initializeLocal()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h2077 void setUnderlyingTInfo(TypeSourceInfo *TInfo) { in setUnderlyingTInfo() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp6172 TL.setUnderlyingTInfo(TInfo); in VisitUnaryTransformTypeLoc()
H A DTreeTransform.h6398 NewTL.setUnderlyingTInfo(TL.getUnderlyingTInfo()); in TransformUnaryTransformType()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp6752 TL.setUnderlyingTInfo(GetTypeSourceInfo()); in VisitUnaryTransformTypeLoc()