Searched refs:setEnd (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h42 void setEnd(T *P) { this->End = P; } function in class:clang::ASTVector
198 this->setEnd(this->end() + NumInputs);
209 this->setEnd(this->end() + NumInputs);
228 this->setEnd(this->end()+1);
276 this->setEnd(this->end() + NumToInsert);
326 this->setEnd(this->end() + NumToInsert);
344 this->setEnd(this->begin()+N);
349 this->setEnd(this->begin()+N);
H A DComment.h488 Range.setEnd(L);
490 Range.setEnd(Attr.getNameLocEnd());
496 Range.setEnd(GreaterLoc);
H A DTypeLoc.h569 BuiltinRange.setEnd(std::max(Range.getEnd(), BuiltinRange.getEnd()));
1720 range.setEnd(getAttrOperandParensRange().getEnd());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp106 ExtractedRange.setEnd(NextToken->getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h220 void setEnd(SourceLocation e) { E = e; } function in class:clang::SourceLocation::SourceRange
285 void setEnd(SourceLocation e) { Range.setEnd(e); } function in class:clang::SourceLocation::CharSourceRange
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp63 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
65 Range.setBegin(B); Range.setEnd(E);
68 void setEnd(SourceLocation L) { Range.setEnd(L); } function in class:__anon657::PPValue
144 Result.setEnd(PeekTok.getLocation());
155 Result.setEnd(PeekTok.getLocation());
158 Result.setEnd(PeekTok.getLocation());
791 RHS.setEnd(AfterColonVal.getRange().getEnd());
815 LHS.setEnd(RHS.getRange().getEnd());
H A DLexer.cpp899 Range.setEnd(End);
911 Range.setEnd(MacroEnd);
931 Range.setEnd(SM.getImmediateSpellingLoc(End));
H A DPPDirectives.cpp92 Res.setEnd(Tmp.getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp171 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd());
306 Reference.Range.setEnd(LineEnd->Tok.getEndLoc());
429 Symbol.Range.setEnd(Current->Tok.getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp51 Range.setEnd(ColonColonLoc);
64 Range.setEnd(ColonColonLoc);
77 Range.setEnd(ColonColonLoc);
90 Range.setEnd(ColonColonLoc);
112 Range.setEnd(ColonColonLoc);
289 Range.setEnd(RSquareLoc);
678 TSWRange.setEnd(Loc);
H A DSemaDeclCXX.cpp10083 R.setEnd(Before.getEnd());
10091 R.setEnd(After.getEnd());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h100 void setEnd(const IndexType &E) { second = E; } function in class:llvm::HexagonBlockRanges::IndexType::IndexRange
H A DHexagonBlockRanges.cpp65 setEnd(AE);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp839 setEnd();
851 setEnd();
870 setEnd();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h71 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); }
203 Range.setEnd(R.getEnd());
642 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); }
1944 Range.setEnd(Loc);
1954 Range.setEnd(SR.getEnd());
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd()));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h493 void setEnd() { *this = ValueIterator(); } function in class:llvm::DWARFDebugNames::ValueIterator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h327 void setEnd(unsigned NewEnd) { End = NewEnd; } function in class:llvm::mca::CycleSegment
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h348 void setEnd(const PathDiagnosticLocation &L) { End = L; } function in class:clang::ento::PathDiagnosticLocationPair
632 LPairs[0].setEnd(L);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3640 SpecificationRange.setEnd(ConsumeParen()); // '('
3645 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation());
3743 SpecificationRange.setEnd(SpecificationRange.getBegin());
3754 SpecificationRange.setEnd(T.getCloseLocation());
3769 Range.setEnd(Ellipsis);
3784 SpecificationRange.setEnd(T.getCloseLocation());
H A DParseObjc.cpp679 AtEnd.setEnd(Tok.getLocation());
790 AtEnd.setEnd(Tok.getLocation());
H A DParseExprCXX.cpp61 Range.setEnd(ColonToken.getLocation());
1138 Intro.Range.setEnd(T.getCloseLocation());
H A DParsePragma.cpp1387 FixItRange.setEnd(PRef.getCurToken().getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp237 this->Range.setEnd(DirectInitRange.getEnd());
240 this->Range.setEnd(getInitializer()->getSourceRange().getEnd());
244 this->Range.setEnd(TypeIdParens.getEnd());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1022 Res.setEnd(EndRange.getEnd());

Completed in 297 milliseconds

12