Home
last modified time | relevance | path

Searched refs:getUnderlyingTInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2148 TypeSourceInfo* getUnderlyingTInfo() const { in getUnderlyingTInfo() function
H A DRecursiveASTVisitor.h1399 TRY_TO(TraverseTypeLoc(TL.getUnderlyingTInfo()->getTypeLoc()));
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp507 Record.AddTypeSourceInfo(TL.getUnderlyingTInfo()); in VisitUnaryTransformTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6742 getDerived().TransformType(TL.getUnderlyingTInfo()); in TransformUnaryTransformType()
6757 NewTL.setUnderlyingTInfo(TL.getUnderlyingTInfo()); in TransformUnaryTransformType()