Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h2063 SourceLocation getKWLoc() const { return getLocalData()->KWLoc; } in getKWLoc() function
2081 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()
2539 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()
2542 SourceLocation getKWLoc() const { in getKWLoc() function
2595 SourceRange getLocalSourceRange() const { return SourceRange(getKWLoc()); } in getLocalSourceRange()
2597 SourceLocation getKWLoc() const { return this->getLocalData()->KWLoc; } in getKWLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp449 addSourceLocation(TL.getKWLoc()); in VisitUnaryTransformTypeLoc()
582 addSourceLocation(TL.getKWLoc()); in VisitAtomicTypeLoc()
588 addSourceLocation(TL.getKWLoc()); in VisitPipeTypeLoc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h6290 TL.getKWLoc()); in TransformUnaryTransformType()
6296 NewTL.setKWLoc(TL.getKWLoc()); in TransformUnaryTransformType()
6464 Result = getDerived().RebuildAtomicType(ValueType, TL.getKWLoc()); in TransformAtomicType()
6470 NewTL.setKWLoc(TL.getKWLoc()); in TransformAtomicType()
6488 Result = getDerived().RebuildPipeType(ValueType, TL.getKWLoc(), isReadPipe); in TransformPipeType()
6494 NewTL.setKWLoc(TL.getKWLoc()); in TransformPipeType()