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

/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h95 void setEnd(T *P) { this->EndX = P; } function in class:llvm::SmallVectorTemplateCommon
240 this->setEnd(this->end()+1);
252 this->setEnd(this->end()+1);
261 this->setEnd(this->end()-1);
287 this->setEnd(NewElts+CurSize);
354 this->setEnd(this->end()+1);
362 this->setEnd(this->end()-1);
404 this->setEnd(this->begin()+N);
409 this->setEnd(this->begin()+N);
416 this->setEnd(thi
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTVector.h62 void setEnd(T *P) { this->End = P; } function in class:clang::ASTVector
203 this->setEnd(this->end() + NumInputs);
215 this->setEnd(this->end() + NumInputs);
234 this->setEnd(this->end()+1);
282 this->setEnd(this->end() + NumToInsert);
331 this->setEnd(this->end() + NumToInsert);
349 this->setEnd(this->begin()+N);
354 this->setEnd(this->begin()+N);
H A DComment.h471 Range.setEnd(L);
473 Range.setEnd(Attr.getNameLocEnd());
479 Range.setEnd(GreaterLoc);
H A DTypeLoc.h781 range.setEnd(getAttrOperandParensRange().getEnd());
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h204 void setEnd(SourceLocation e) { E = e; } function in class:clang::SourceLocation::SourceRange
258 void setEnd(SourceLocation e) { Range.setEnd(e); } function in class:clang::SourceLocation::CharSourceRange
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp47 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
49 Range.setBegin(B); Range.setEnd(E);
52 void setEnd(SourceLocation L) { Range.setEnd(L); } function in class:__anon3301::PPValue
129 Result.setEnd(PeekTok.getLocation());
138 Result.setEnd(PeekTok.getLocation());
142 Result.setEnd(PeekTok.getLocation());
706 RHS.setEnd(AfterColonVal.getRange().getEnd());
730 LHS.setEnd(RHS.getRange().getEnd());
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTypoCorrection.h204 CorrectionRange.setEnd(TypoName.getLoc());
H A DDeclSpec.h74 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); }
190 Range.setEnd(R.getEnd());
594 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); }
1651 Range.setEnd(Loc);
1661 Range.setEnd(SR.getEnd());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp61 Range.setEnd(ColonColonLoc);
74 Range.setEnd(ColonColonLoc);
87 Range.setEnd(ColonColonLoc);
100 Range.setEnd(ColonColonLoc);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h310 void setEnd(const PathDiagnosticLocation &L) { End = L; } function in class:clang::ento::PathDiagnosticLocationPair
649 LPairs[0].setEnd(L);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp391 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd()));
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp194 this->Range.setEnd(DirectInitRange.getEnd()); break;
196 this->Range.setEnd(getInitializer()->getSourceRange().getEnd()); break;
199 this->Range.setEnd(TypeIdParens.getEnd());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3022 SpecificationRange.setEnd(SpecificationRange.getBegin());
3033 SpecificationRange.setEnd(T.getCloseLocation());
3048 Range.setEnd(Ellipsis);
3065 SpecificationRange.setEnd(T.getCloseLocation());
H A DParseExprCXX.cpp57 Range.setEnd(ColonToken.getLocation());
924 Intro.Range.setEnd(T.getCloseLocation());
H A DParseObjc.cpp460 AtEnd.setEnd(Tok.getLocation());
538 AtEnd.setEnd(Tok.getLocation());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5099 range.setEnd(ReadSourceLocation(Record, Idx));

Completed in 177 milliseconds