Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1780 void setTypeofLoc(SourceLocation Loc) { in setTypeofLoc() function
1814 setTypeofLoc(Loc); in initializeLocal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp5366 TL.setTypeofLoc(DS.getTypeSpecTypeLoc()); in VisitTypeOfExprTypeLoc()
5371 TL.setTypeofLoc(DS.getTypeSpecTypeLoc()); in VisitTypeOfTypeLoc()
H A DTreeTransform.h5549 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfExprType()
5572 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6604 TL.setTypeofLoc(ReadSourceLocation()); in VisitTypeOfExprTypeLoc()
6610 TL.setTypeofLoc(ReadSourceLocation()); in VisitTypeOfTypeLoc()