Home
last modified time | relevance | path

Searched refs:getKWLoc (Results 1 – 3 of 3) 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/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()