| /openbsd-src/gnu/llvm/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()
|
| H A D | Comment.h | 478 Range.setEnd(L); in setAttrs() 480 Range.setEnd(Attr.getNameLocEnd()); in setAttrs() 486 Range.setEnd(GreaterLoc); in setGreaterLoc()
|
| H A D | TypeLoc.h | 569 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 D | M68kCollapseMOVEMPass.cpp | 63 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 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 __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 D | Lexer.cpp | 917 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 D | SortJavaScriptImports.cpp | 160 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 D | SourceLocation.h | 223 void setEnd(SourceLocation e) { E = e; } 288 void setEnd(SourceLocation e) { Range.setEnd(e); }
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | ParsedAttr.cpp | 314 Result.Range.setEnd(Second.Range.getEnd()); in takeAndConcatenateAttrs() 316 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() 715 TSWRange.setEnd(Loc); in SetTypeSpecWidth()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 107 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.h | 103 void setEnd(const IndexType &E) { second = E; } in setEnd() function
|
| H A D | HexagonBlockRanges.cpp | 65 setEnd(AE); in merge()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 854 setEnd(); in searchFromStartOfCurrentIndex() 866 setEnd(); in next() 886 setEnd(); in ValueIterator()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 73 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 D | PathDiagnostic.h | 386 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 D | TransRetainReleaseDealloc.cpp | 385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 382 Range.setEnd( in getAssociatedRange()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 426 void setEnd(unsigned NewEnd) { End = NewEnd; } in setEnd() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 507 void setEnd() { *this = ValueIterator(); } in setEnd() function
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 3902 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 D | ParseExprCXX.cpp | 64 Range.setEnd(ColonToken.getLocation()); in FixDigraph() 1154 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer()
|
| H A D | ParseObjc.cpp | 715 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList() 828 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 221 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 D | CoverageMappingGen.cpp | 69 SkippedRanges.back().Range.setEnd(Range.getEnd()); in AddSkippedRange()
|