Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp302 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
304 return SourceRange(getTypeofLoc(), in getLocalSourceRange()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1776 SourceLocation getTypeofLoc() const { in getTypeofLoc() function
1810 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp732 Record.AddSourceLocation(TL.getTypeofLoc()); in VisitTypeOfExprTypeLoc()
738 Record.AddSourceLocation(TL.getTypeofLoc()); in VisitTypeOfTypeLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h5542 Result = getDerived().RebuildTypeOfExprType(E.get(), TL.getTypeofLoc()); in TransformTypeOfExprType()
5549 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfExprType()
5572 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfType()