Home
last modified time | relevance | path

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

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