Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DTypeLoc.h1590 void setKWLoc(SourceLocation Loc) { getLocalData()->KWLoc = Loc; } in setKWLoc() function
1618 setKWLoc(Loc); in initializeLocal()
1912 void setKWLoc(SourceLocation Loc) { in setKWLoc() function
1939 setKWLoc(Loc); in initializeLocal()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp3583 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitUnaryTransformTypeLoc()
3646 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitAtomicTypeLoc()
3654 TL.setKWLoc(DS.getAtomicSpecLoc()); in VisitAtomicTypeLoc()
3803 ATL.setKWLoc(Loc); in fillAtomicQualLoc()
DTreeTransform.h4629 NewTL.setKWLoc(TL.getKWLoc()); in TransformUnaryTransformType()
4798 NewTL.setKWLoc(TL.getKWLoc()); in TransformAtomicType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp5080 TL.setKWLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc()
5180 TL.setKWLoc(ReadSourceLocation(Record, Idx)); in VisitAtomicTypeLoc()