Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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.h486 Range.setEnd(L); in setAttrs()
488 Range.setEnd(Attr.getNameLocEnd()); in setAttrs()
494 Range.setEnd(GreaterLoc); in setGreaterLoc()
H A DTypeLoc.h569 BuiltinRange.setEnd(std::max(Range.getEnd(), BuiltinRange.getEnd())); in expandBuiltinRange()
1720 range.setEnd(getAttrOperandParensRange().getEnd()); in getLocalSourceRange()
1868 range.setEnd(getAttrOperandParensRange().getEnd()); in getLocalSourceRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp63 void setEnd(MachineBasicBlock::iterator &MI) { in setEnd() function in __anon55c4489a0111::MOVEMState
216 State.setEnd(MI); in ProcessMI()
256 State.setEnd(MI); in runOnMachineFunction()
290 State.setEnd(MI); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/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 __anond75e42200111::PPValue
146 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
157 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
160 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
819 RHS.setEnd(AfterColonVal.getRange().getEnd()); in EvaluateDirectiveSubExpr()
843 LHS.setEnd(RHS.getRange().getEnd()); in EvaluateDirectiveSubExpr()
H A DLexer.cpp902 Range.setEnd(End); in makeFileCharRange()
914 Range.setEnd(MacroEnd); in makeFileCharRange()
934 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DSortJavaScriptImports.cpp153 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze()
372 References.back().Range.setEnd(Current->Tok.getEndLoc()); in parseModuleReferences()
400 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences()
527 Symbol.Range.setEnd(Current->Tok.getLocation()); in parseNamedBindings()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h225 void setEnd(SourceLocation e) { E = e; }
290 void setEnd(SourceLocation e) { Range.setEnd(e); }
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp58 Range.setEnd(ColonColonLoc); in Extend()
71 Range.setEnd(ColonColonLoc); in Extend()
84 Range.setEnd(ColonColonLoc); in Extend()
97 Range.setEnd(ColonColonLoc); in Extend()
119 Range.setEnd(ColonColonLoc); in MakeSuper()
302 Range.setEnd(RSquareLoc); in setDecompositionBindings()
706 TSWRange.setEnd(Loc); in SetTypeSpecWidth()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp106 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h72 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc()
204 Range.setEnd(R.getEnd()); in SetInvalid()
639 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd()
1959 Range.setEnd(Loc); in SetRangeEnd()
1969 Range.setEnd(SR.getEnd()); in ExtendWithDeclSpec()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp854 setEnd(); in searchFromStartOfCurrentIndex()
866 setEnd(); in next()
886 setEnd(); in ValueIterator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h387 void setEnd(const PathDiagnosticLocation &L) { End = L; } in setEnd() function
671 LPairs[0].setEnd(L); in setEndLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp338 Range.setEnd( in getAssociatedRange()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h327 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h506 void setEnd() { *this = ValueIterator(); } in setEnd() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3709 SpecificationRange.setEnd(ConsumeParen()); // '(' in tryParseExceptionSpecification()
3714 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification()
3812 SpecificationRange.setEnd(SpecificationRange.getBegin()); in ParseDynamicExceptionSpecification()
3823 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification()
3838 Range.setEnd(Ellipsis); in ParseDynamicExceptionSpecification()
3853 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification()
H A DParseExprCXX.cpp62 Range.setEnd(ColonToken.getLocation()); in FixDigraph()
1153 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer()
H A DParseObjc.cpp681 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
794 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp220 this->Range.setEnd(DirectInitRange.getEnd()); in CXXNewExpr()
223 this->Range.setEnd(getInitializer()->getSourceRange().getEnd()); in CXXNewExpr()
227 this->Range.setEnd(TypeIdParens.getEnd()); in CXXNewExpr()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h1169 inline void setEnd(ASTNode * end) { m_end = end; } in setEnd() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp68 SkippedRanges.back().Range.setEnd(Range.getEnd()); in AddSkippedRange()

12