Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp325 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
327 return SourceRange(getTypeofLoc(), in getLocalSourceRange()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1992 SourceLocation getTypeofLoc() const { in getTypeofLoc() function
2026 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp486 addSourceLocation(TL.getTypeofLoc()); in VisitTypeOfExprTypeLoc()
492 addSourceLocation(TL.getTypeofLoc()); in VisitTypeOfTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6560 getDerived().RebuildTypeOfExprType(E.get(), TL.getTypeofLoc(), Kind); in TransformTypeOfExprType()
6566 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfExprType()
6590 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfType()