Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp325 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
327 return SourceRange(getTypeofLoc(), in getLocalSourceRange()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1951 SourceLocation getTypeofLoc() const { in getTypeofLoc() function
1985 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp449 addSourceLocation(TL.getTypeofLoc()); in VisitTypeOfExprTypeLoc()
455 addSourceLocation(TL.getTypeofLoc()); in VisitTypeOfTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6412 getDerived().RebuildTypeOfExprType(E.get(), TL.getTypeofLoc(), Kind); in TransformTypeOfExprType()
6418 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfExprType()
6442 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfType()