Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp68 void setStartLoc(SourceLocation Loc) { LocStart = Loc; } in setStartLoc() function in __anonc2ccc9df0111::SourceMappingRegion
549 DR.setStartLoc(Start); in completeTopLevelDeferredRegion()
612 Region.setStartLoc(StartLoc); in popRegions()
752 I.setStartLoc(getPreciseTokenLocEnd(Loc)); in handleFileExit()
781 Region.setStartLoc(StartLoc); in extendRegion()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1165 void setStartLoc(SourceLocation L) { StartLoc = L; } in setStartLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp343 S->setStartLoc(ReadSourceLocation()); in VisitDeclStmt()