Home
last modified time | relevance | path

Searched refs:setStartLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp134 void setStartLoc(SourceLocation Loc) { LocStart = Loc; } in setStartLoc() function in __anone2f8b4240211::SourceMappingRegion
659 Region.setStartLoc(StartLoc); in popRegions()
830 I.setStartLoc(getPreciseTokenLocEnd(Loc)); in handleFileExit()
859 Region.setStartLoc(StartLoc); in extendRegion()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1313 void setStartLoc(SourceLocation L) { StartLoc = L; } in setStartLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp343 S->setStartLoc(readSourceLocation()); in VisitDeclStmt()