/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 42 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 D | M68kCollapseMOVEMPass.cpp | 64 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 D | frag6_07.py | 134 sniffer.setEnd() 164 sniffer.setEnd() 171 sniffer2.setEnd()
|
H A D | frag6_03.py | 100 sniffer.setEnd() 127 sniffer.setEnd()
|
H A D | frag6_08.py | 140 sniffer.setEnd() 145 sniffer2.setEnd()
|
H A D | sniffer.py | 25 def setEnd(self): member in Sniffer
|
H A D | frag6_04.py | 99 sniffer.setEnd()
|
H A D | frag6_02.py | 102 sniffer.setEnd()
|
H A D | frag6_09.py | 102 sniffer.setEnd()
|
H A D | frag6_12.py | 104 sniffer.setEnd()
|
H A D | frag6_01.py | 108 sniffer.setEnd()
|
H A D | frag6_16.py | 125 sniffer.setEnd()
|
H A D | frag6_20.py | 130 sniffer.setEnd()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 65 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 D | SourceLocation.h | 226 void setEnd(SourceLocation e) { E = e; } 291 void setEnd(SourceLocation e) { Range.setEnd(e); }
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | SortJavaScriptImports.cpp | 159 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 D | ParsedAttr.cpp | 326 Result.Range.setEnd(Second.Range.getEnd()); in takeAndConcatenateAttrs() 328 Result.Range.setEnd(First.Range.getEnd()); in takeAndConcatenateAttrs()
|
H A D | DeclSpec.cpp | 59 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 D | SourceExtraction.cpp | 107 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.h | 103 void setEnd(const IndexType &E) { second = E; } in setEnd() function
|
/freebsd/tests/sys/netinet6/ |
H A D | exthdr.py | 266 sniffer.setEnd()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 83 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 D | PathDiagnostic.h | 386 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 D | DWARFAcceleratorTable.cpp | 1021 setEnd(); in searchFromStartOfCurrentIndex() 1033 setEnd(); in next() 1053 setEnd(); in ValueIterator()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 1020 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()
|