Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp146 void setEndLoc(SourceLocation Loc) { in setEndLoc() function in __anond4b6e5a70211::SourceMappingRegion
672 Region.setEndLoc(EndLoc); in popRegions()
878 Region.setEndLoc(EndLoc); in terminateRegion()
1301 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back())); in VisitSwitchStmt()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1335 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
3295 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h73 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp250 SS.setEndLoc(Tok.getLocation()); in ParseOptionalCXXScopeSpecifier()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp349 S->setEndLoc(readSourceLocation()); in VisitDeclStmt()