Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1181 void setLocalRangeBegin(SourceLocation L) { in setLocalRangeBegin() function
1236 setLocalRangeBegin(Loc); in initializeLocal()
/external/clang/lib/Sema/
DTreeTransform.h4682 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
4807 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
DSemaType.cpp3797 TL.setLocalRangeBegin(Chunk.Loc); in VisitFunctionTypeLoc()
/external/clang/lib/Serialization/
DASTReader.cpp5813 TL.setLocalRangeBegin(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc()