Searched defs:setEndLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | SemaOpenACC.h | 251 void setEndLoc(SourceLocation EndLoc) { ClauseRange.setEnd(EndLoc); } setEndLoc() function |
H A D | DeclSpec.h | 83 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CoverageMappingGen.cpp | 174 void setEndLoc(SourceLocation Loc) { setEndLoc() function in __anonb8ab7b430211::SourceMappingRegion |