Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
H A DComment.h478 Range.setEnd(L); in setAttrs()
480 Range.setEnd(Attr.getNameLocEnd()); in setAttrs()
486 Range.setEnd(GreaterLoc); in setGreaterLoc()
H A DTypeLoc.h569 BuiltinRange.setEnd(std::max(Range.getEnd(), BuiltinRange.getEnd())); in expandBuiltinRange()
1753 range.setEnd(getAttrOperandParensRange().getEnd()); in getLocalSourceRange()
1901 range.setEnd(getAttrOperandParensRange().getEnd()); in getLocalSourceRange()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp63 void setEnd(MachineBasicBlock::iterator &MI) { in setEnd() function in __anone3adc0e60111::MOVEMState
216 State.setEnd(MI); in ProcessMI()
256 State.setEnd(MI); in runOnMachineFunction()
290 State.setEnd(MI); in runOnMachineFunction()
/openbsd-src/gnu/llvm/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 __anonf324abec0111::PPValue
148 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
159 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
162 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
838 RHS.setEnd(AfterColonVal.getRange().getEnd()); in EvaluateDirectiveSubExpr()
862 LHS.setEnd(RHS.getRange().getEnd()); in EvaluateDirectiveSubExpr()
H A DLexer.cpp917 Range.setEnd(End); in makeFileCharRange()
929 Range.setEnd(MacroEnd); in makeFileCharRange()
952 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DSortJavaScriptImports.cpp160 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze()
388 References.back().Range.setEnd(Current->Tok.getEndLoc()); in parseModuleReferences()
419 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences()
556 Symbol.Range.setEnd(Current->Tok.getLocation()); in parseNamedBindings()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceLocation.h223 void setEnd(SourceLocation e) { E = e; }
288 void setEnd(SourceLocation e) { Range.setEnd(e); }
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DParsedAttr.cpp314 Result.Range.setEnd(Second.Range.getEnd()); in takeAndConcatenateAttrs()
316 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()
715 TSWRange.setEnd(Loc); in SetTypeSpecWidth()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp107 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h103 void setEnd(const IndexType &E) { second = E; } in setEnd() function
H A DHexagonBlockRanges.cpp65 setEnd(AE); in merge()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp854 setEnd(); in searchFromStartOfCurrentIndex()
866 setEnd(); in next()
886 setEnd(); in ValueIterator()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h73 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc()
205 Range.setEnd(R.getEnd()); in SetInvalid()
659 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd()
2018 Range.setEnd(Loc); in SetRangeEnd()
2028 Range.setEnd(SR.getEnd()); in ExtendWithDeclSpec()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp382 Range.setEnd( in getAssociatedRange()
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h426 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h507 void setEnd() { *this = ValueIterator(); } in setEnd() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp3902 SpecificationRange.setEnd(ConsumeParen()); // '(' in tryParseExceptionSpecification()
3907 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification()
4002 SpecificationRange.setEnd(SpecificationRange.getBegin()); in ParseDynamicExceptionSpecification()
4013 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification()
4028 Range.setEnd(Ellipsis); in ParseDynamicExceptionSpecification()
4043 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification()
H A DParseExprCXX.cpp64 Range.setEnd(ColonToken.getLocation()); in FixDigraph()
1154 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer()
H A DParseObjc.cpp715 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
828 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp221 this->Range.setEnd(DirectInitRange.getEnd()); in CXXNewExpr()
224 this->Range.setEnd(getInitializer()->getSourceRange().getEnd()); in CXXNewExpr()
228 this->Range.setEnd(TypeIdParens.getEnd()); in CXXNewExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp69 SkippedRanges.back().Range.setEnd(Range.getEnd()); in AddSkippedRange()

12