Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1676 SourceLocation getKWLoc() const { return getLocalData()->KWLoc; } in getKWLoc() function
1693 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()
1993 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()
1996 SourceLocation getKWLoc() const { in getKWLoc() function
2045 SourceRange getLocalSourceRange() const { return SourceRange(getKWLoc()); } in getLocalSourceRange()
2047 SourceLocation getKWLoc() const { return this->getLocalData()->KWLoc; } in getKWLoc() function
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1959 SourceLocation getKWLoc() const { return getLocalData()->KWLoc; } in getKWLoc() function
1977 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()
2429 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()
2432 SourceLocation getKWLoc() const { in getKWLoc() function
2485 SourceRange getLocalSourceRange() const { return SourceRange(getKWLoc()); } in getLocalSourceRange()
2487 SourceLocation getKWLoc() const { return this->getLocalData()->KWLoc; } in getKWLoc() function
/external/clang/lib/Sema/
DTreeTransform.h5292 TL.getKWLoc()); in TransformUnaryTransformType()
5298 NewTL.setKWLoc(TL.getKWLoc()); in TransformUnaryTransformType()
5461 Result = getDerived().RebuildAtomicType(ValueType, TL.getKWLoc()); in TransformAtomicType()
5467 NewTL.setKWLoc(TL.getKWLoc()); in TransformAtomicType()
5483 Result = getDerived().RebuildPipeType(ValueType, TL.getKWLoc()); in TransformPipeType()
5489 NewTL.setKWLoc(TL.getKWLoc()); in TransformPipeType()
/external/clang/lib/Serialization/
DASTWriter.cpp606 Record.AddSourceLocation(TL.getKWLoc()); in VisitUnaryTransformTypeLoc()
705 Record.AddSourceLocation(TL.getKWLoc()); in VisitAtomicTypeLoc()
710 Record.AddSourceLocation(TL.getKWLoc()); in VisitPipeTypeLoc()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h6089 TL.getKWLoc()); in TransformUnaryTransformType()
6095 NewTL.setKWLoc(TL.getKWLoc()); in TransformUnaryTransformType()
6263 Result = getDerived().RebuildAtomicType(ValueType, TL.getKWLoc()); in TransformAtomicType()
6269 NewTL.setKWLoc(TL.getKWLoc()); in TransformAtomicType()
6287 Result = getDerived().RebuildPipeType(ValueType, TL.getKWLoc(), isReadPipe); in TransformPipeType()
6293 NewTL.setKWLoc(TL.getKWLoc()); in TransformPipeType()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp364 Record.AddSourceLocation(TL.getKWLoc()); in VisitUnaryTransformTypeLoc()
490 Record.AddSourceLocation(TL.getKWLoc()); in VisitAtomicTypeLoc()
496 Record.AddSourceLocation(TL.getKWLoc()); in VisitPipeTypeLoc()