Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeLoc.h2009 void setKWLoc(SourceLocation Loc) { getLocalData()->KWLoc = Loc; } in setKWLoc() function
2485 void setKWLoc(SourceLocation Loc) { in setKWLoc() function
2515 setKWLoc(Loc); in initializeLocal()
2537 void setKWLoc(SourceLocation Loc) { this->getLocalData()->KWLoc = Loc; } in setKWLoc() function
2540 setKWLoc(Loc); in initializeLocal()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTypeLoc.cpp510 setKWLoc(Loc); in initializeLocal()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp5958 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitUnaryTransformTypeLoc()
6049 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitAtomicTypeLoc()
6057 TL.setKWLoc(DS.getAtomicSpecLoc()); in VisitAtomicTypeLoc()
6065 TL.setKWLoc(DS.getTypeSpecTypeLoc()); in VisitPipeTypeLoc()
6204 TL.setKWLoc(Chunk.Loc); in VisitPipeTypeLoc()
6250 ATL.setKWLoc(Loc); in fillAtomicQualLoc()
DTreeTransform.h6204 NewTL.setKWLoc(TL.getKWLoc()); in TransformUnaryTransformType()
6378 NewTL.setKWLoc(TL.getKWLoc()); in TransformAtomicType()
6402 NewTL.setKWLoc(TL.getKWLoc()); in TransformPipeType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp6664 TL.setKWLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc()
6798 TL.setKWLoc(readSourceLocation()); in VisitAtomicTypeLoc()
6804 TL.setKWLoc(readSourceLocation()); in VisitPipeTypeLoc()