Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp165 void setStartLoc(SourceLocation Loc) { LocStart = Loc; } in setStartLoc() function in __anon413222f00211::SourceMappingRegion
384 Region.setStartLoc(Loc); in gatherFileIDs()
394 Region.setStartLoc(Loc); in gatherFileIDs()
1093 Region.setStartLoc(StartLoc); in popRegions()
1280 I.setStartLoc(getPreciseTokenLocEnd(Loc)); in handleFileExit()
1309 Region.setStartLoc(StartLoc); in extendRegion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1644 void setStartLoc(SourceLocation L) { StartLoc = L; }
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp347 S->setStartLoc(readSourceLocation()); in VisitDeclStmt()