Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1374 void setLocalRangeBegin(SourceLocation L) { in setLocalRangeBegin() function
1444 setLocalRangeBegin(Loc); in initializeLocal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5898 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
6019 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
H A DSemaType.cpp6152 TL.setLocalRangeBegin(Chunk.Loc); in VisitFunctionTypeLoc()
H A DSemaTemplate.cpp2359 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6598 TL.setLocalRangeBegin(readSourceLocation()); in VisitFunctionTypeLoc()