Home
last modified time | relevance | path

Searched refs:getKWLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2195 SourceLocation getKWLoc() const { return getLocalData()->KWLoc; } in getKWLoc() function
2213 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()
2672 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()
2675 SourceLocation getKWLoc() const { in getKWLoc() function
2728 SourceRange getLocalSourceRange() const { return SourceRange(getKWLoc()); } in getLocalSourceRange()
2730 SourceLocation getKWLoc() const { return this->getLocalData()->KWLoc; } in getKWLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6982 TL.getKWLoc()); in TransformUnaryTransformType()
6988 NewTL.setKWLoc(TL.getKWLoc()); in TransformUnaryTransformType()
7172 Result = getDerived().RebuildAtomicType(ValueType, TL.getKWLoc()); in TransformAtomicType()
7178 NewTL.setKWLoc(TL.getKWLoc()); in TransformAtomicType()
7196 Result = getDerived().RebuildPipeType(ValueType, TL.getKWLoc(), isReadPipe); in TransformPipeType()
7202 NewTL.setKWLoc(TL.getKWLoc()); in TransformPipeType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp532 addSourceLocation(TL.getKWLoc()); in VisitUnaryTransformTypeLoc()
687 addSourceLocation(TL.getKWLoc()); in VisitAtomicTypeLoc()
693 addSourceLocation(TL.getKWLoc()); in VisitPipeTypeLoc()