Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2061 void setUnmodifiedTInfo(TypeSourceInfo *TI) const { in setUnmodifiedTInfo() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5880 TL.setUnmodifiedTInfo(TInfo); in VisitTypeOfTypeLoc()
H A DTreeTransform.h6593 NewTL.setUnmodifiedTInfo(New_Under_TI); in TransformTypeOfType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6946 TL.setUnmodifiedTInfo(GetTypeSourceInfo()); in VisitTypeOfTypeLoc()