Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp1054 ParsedClause.setEndLoc(getCurToken().getLocation()); in ParseOpenACCClauseParams()
1127 ParsedClause.setEndLoc(getCurToken().getLocation()); in ParseOpenACCClauseParams()
1133 ParsedClause.setEndLoc(ClauseLoc); in ParseOpenACCClauseParams()
1136 ParsedClause.setEndLoc(ClauseLoc); in ParseOpenACCClauseParams()
H A DParseExprCXX.cpp282 SS.setEndLoc(Tok.getLocation()); in ParseOptionalCXXScopeSpecifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp176 void setEndLoc(SourceLocation Loc) { in setEndLoc() function in __anon413222f00211::SourceMappingRegion
387 Region.setEndLoc(EndLoc.value()); in gatherFileIDs()
397 Region.setEndLoc(SM.getFileLoc(Region.getEndLoc())); in gatherFileIDs()
1056 Region.setEndLoc(EndLoc); in popRegions()
1281 Region.setEndLoc(EndLoc); in terminateRegion()
1837 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back())); in VisitSwitchStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h251 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.h1521 void setEndLoc(SourceLocation L) { EndLoc = L; }
3513 void setEndLoc(SourceLocation L) { EndLoc = L; }
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp352 S->setEndLoc(readSourceLocation()); in VisitDeclStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11629 ParsedClause.setEndLoc(OldClause->getEndLoc()); in TransformOpenACCClause()