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.cpp326 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
328 return SourceRange(getTypeofLoc(), in getLocalSourceRange()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2048 SourceLocation getTypeofLoc() const { in getTypeofLoc() function
2082 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp514 addSourceLocation(TL.getTypeofLoc()); in VisitTypeOfExprTypeLoc()
520 addSourceLocation(TL.getTypeofLoc()); in VisitTypeOfTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6787 getDerived().RebuildTypeOfExprType(E.get(), TL.getTypeofLoc(), Kind); in TransformTypeOfExprType()
6793 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfExprType()
6817 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfType()