Home
last modified time | relevance | path

Searched refs:setEndLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp143 void setEndLoc(SourceLocation Loc) { in setEndLoc() function in __anone2f8b4240211::SourceMappingRegion
660 Region.setEndLoc(EndLoc); in popRegions()
868 Region.setEndLoc(EndLoc); in terminateRegion()
1291 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back())); in VisitSwitchStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1315 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
3222 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h72 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp248 SS.setEndLoc(Tok.getLocation()); in ParseOptionalCXXScopeSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp344 S->setEndLoc(readSourceLocation()); in VisitDeclStmt()