Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCoverageMappingGen.cpp167 void setStartLoc(SourceLocation Loc) { LocStart = Loc; } in setStartLoc() function in __anon730e84a90211::SourceMappingRegion
386 Region.setStartLoc(Loc); in gatherFileIDs()
396 Region.setStartLoc(Loc); in gatherFileIDs()
1055 Region.setStartLoc(StartLoc); in popRegions()
1243 I.setStartLoc(getPreciseTokenLocEnd(Loc)); in handleFileExit()
1272 Region.setStartLoc(StartLoc); in extendRegion()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1519 void setStartLoc(SourceLocation L) { StartLoc = L; } in setStartLoc() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp351 S->setStartLoc(readSourceLocation()); in VisitDeclStmt()