Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h1406 void setLocalRangeBegin(SourceLocation L) { in setLocalRangeBegin() function
1476 setLocalRangeBegin(Loc); in initializeLocal()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h6086 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionProtoType()
6207 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in TransformFunctionNoProtoType()
H A DSemaType.cpp6399 TL.setLocalRangeBegin(Chunk.Loc); in VisitFunctionTypeLoc()
H A DSemaTemplate.cpp2460 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp6700 TL.setLocalRangeBegin(readSourceLocation()); in VisitFunctionTypeLoc()