Home
last modified time | relevance | path

Searched refs:setEnd (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h42 void setEnd(T *P) { this->End = P; } in setEnd() function
198 this->setEnd(this->end() + NumInputs); in append()
209 this->setEnd(this->end() + NumInputs); in append()
228 this->setEnd(this->end()+1); in insert()
276 this->setEnd(this->end() + NumToInsert); in insert()
326 this->setEnd(this->end() + NumToInsert); in insert()
344 this->setEnd(this->begin()+N); in resize()
349 this->setEnd(this->begin()+N); in resize()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp64 void setEnd(MachineBasicBlock::iterator &MI) { in setEnd() function in __anon143e10ef0111::MOVEMState
217 State.setEnd(MI); in ProcessMI()
257 State.setEnd(MI); in runOnMachineFunction()
291 State.setEnd(MI); in runOnMachineFunction()
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_07.py134 sniffer.setEnd()
164 sniffer.setEnd()
171 sniffer2.setEnd()
H A Dfrag6_03.py100 sniffer.setEnd()
127 sniffer.setEnd()
H A Dfrag6_08.py140 sniffer.setEnd()
145 sniffer2.setEnd()
H A Dsniffer.py25 def setEnd(self): member in Sniffer
H A Dfrag6_04.py99 sniffer.setEnd()
H A Dfrag6_02.py102 sniffer.setEnd()
H A Dfrag6_09.py102 sniffer.setEnd()
H A Dfrag6_12.py104 sniffer.setEnd()
H A Dfrag6_01.py108 sniffer.setEnd()
H A Dfrag6_16.py125 sniffer.setEnd()
H A Dfrag6_20.py130 sniffer.setEnd()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp65 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange()
67 Range.setBegin(B); Range.setEnd(E); in setRange()
70 void setEnd(SourceLocation L) { Range.setEnd(L); } in setEnd() function in __anon807bcb150111::PPValue
150 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
161 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
164 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
840 RHS.setEnd(AfterColonVal.getRange().getEnd()); in EvaluateDirectiveSubExpr()
864 LHS.setEnd(RHS.getRange().getEnd()); in EvaluateDirectiveSubExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h226 void setEnd(SourceLocation e) { E = e; }
291 void setEnd(SourceLocation e) { Range.setEnd(e); }
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp159 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze()
387 References.back().Range.setEnd(Current->Tok.getEndLoc()); in parseModuleReferences()
418 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences()
573 Symbol.Range.setEnd(Current->Tok.getLocation()); in parseNamedBindings()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp326 Result.Range.setEnd(Second.Range.getEnd()); in takeAndConcatenateAttrs()
328 Result.Range.setEnd(First.Range.getEnd()); in takeAndConcatenateAttrs()
H A DDeclSpec.cpp59 Range.setEnd(ColonColonLoc); in Extend()
72 Range.setEnd(ColonColonLoc); in Extend()
85 Range.setEnd(ColonColonLoc); in Extend()
98 Range.setEnd(ColonColonLoc); in Extend()
120 Range.setEnd(ColonColonLoc); in MakeSuper()
303 Range.setEnd(RSquareLoc); in setDecompositionBindings()
731 TSWRange.setEnd(Loc); in SetTypeSpecWidth()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp107 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h103 void setEnd(const IndexType &E) { second = E; } in setEnd() function
/freebsd/tests/sys/netinet6/
H A Dexthdr.py266 sniffer.setEnd()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h83 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc()
222 Range.setEnd(R.getEnd()); in SetInvalid()
706 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd()
2096 Range.setEnd(Loc); in SetRangeEnd()
2106 Range.setEnd(SR.getEnd()); in ExtendWithDeclSpec()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h386 void setEnd(const PathDiagnosticLocation &L) { End = L; } in setEnd() function
668 LPairs[0].setEnd(L); in setEndLocation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp1021 setEnd(); in searchFromStartOfCurrentIndex()
1033 setEnd(); in next()
1053 setEnd(); in ValueIterator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1020 Range.setEnd(Args->getRAngleLoc()); in getSourceRange()
1032 Range.setEnd(Args->getRAngleLoc()); in getSourceRange()
1436 Range.setEnd(Args->getRAngleLoc()); in getSourceRange()
1448 Range.setEnd(Args->getRAngleLoc()); in getSourceRange()

12