Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp159 void setStartLoc(SourceLocation Loc) { LocStart = Loc; } in setStartLoc() function in __anonc2c3cfe60211::SourceMappingRegion
975 Region.setStartLoc(StartLoc); in popRegions()
1164 I.setStartLoc(getPreciseTokenLocEnd(Loc)); in handleFileExit()
1193 Region.setStartLoc(StartLoc); in extendRegion()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1517 void setStartLoc(SourceLocation L) { StartLoc = L; } in setStartLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp351 S->setStartLoc(readSourceLocation()); in VisitDeclStmt()