Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp168 void setEndLoc(SourceLocation Loc) { in setEndLoc() function in __anonc2c3cfe60211::SourceMappingRegion
976 Region.setEndLoc(EndLoc); in popRegions()
1202 Region.setEndLoc(EndLoc); in terminateRegion()
1709 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back())); in VisitSwitchStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1519 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
3506 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h82 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp251 SS.setEndLoc(Tok.getLocation()); in ParseOptionalCXXScopeSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp352 S->setEndLoc(readSourceLocation()); in VisitDeclStmt()