Home
last modified time | relevance | path

Searched refs:setKWLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DTypeLoc.h1504 void setKWLoc(SourceLocation Loc) { getLocalData()->KWLoc = Loc; } in setKWLoc() function
1532 setKWLoc(Loc); in initializeLocal()
1822 void setKWLoc(SourceLocation Loc) { in setKWLoc() function
1849 setKWLoc(Loc); in initializeLocal()
/external/clang/lib/Sema/
DSemaType.cpp3282 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitUnaryTransformTypeLoc()
3342 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitAtomicTypeLoc()
DTreeTransform.h4457 NewTL.setKWLoc(TL.getKWLoc()); in TransformUnaryTransformType()
4625 NewTL.setKWLoc(TL.getKWLoc()); in TransformAtomicType()
/external/clang/lib/Serialization/
DASTReader.cpp4785 TL.setKWLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc()
4885 TL.setKWLoc(ReadSourceLocation(Record, Idx)); in VisitAtomicTypeLoc()