Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp1176 ParsedClause.setEndLoc(getCurToken().getLocation()); in ParseOpenACCClauseParams()
1254 ParsedClause.setEndLoc(getCurToken().getLocation()); in ParseOpenACCClauseParams()
1260 ParsedClause.setEndLoc(ClauseLoc); in ParseOpenACCClauseParams()
1263 ParsedClause.setEndLoc(ClauseLoc); in ParseOpenACCClauseParams()
H A DParseExprCXX.cpp244 SS.setEndLoc(Tok.getLocation()); in ParseOptionalCXXScopeSpecifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp174 void setEndLoc(SourceLocation Loc) { in setEndLoc() function in __anon413222f00211::SourceMappingRegion
385 Region.setEndLoc(EndLoc.value()); in gatherFileIDs()
395 Region.setEndLoc(SM.getFileLoc(Region.getEndLoc())); in gatherFileIDs()
1094 Region.setEndLoc(EndLoc); in popRegions()
1318 Region.setEndLoc(EndLoc); in terminateRegion()
1886 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back())); in VisitSwitchStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h548 void setEndLoc(SourceLocation EndLoc) { ClauseRange.setEnd(EndLoc); } in setEndLoc() function
H A DDeclSpec.h83 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1646 void setEndLoc(SourceLocation L) { EndLoc = L; }
3609 void setEndLoc(SourceLocation L) { EndLoc = L; }
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp348 S->setEndLoc(readSourceLocation()); in VisitDeclStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1340 ParsedClause.setEndLoc(Clause->getEndLoc()); in InstantiateOpenACCClauseList()
H A DTreeTransform.h12464 ParsedClause.setEndLoc(OldClause->getEndLoc()); in TransformOpenACCClause()