Searched refs:AtEnd (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 411 bool AtEnd; variable 415 : Die(It.Die), AtEnd(!It.Die.getPreviousSibling()) { in reverse_iterator() 416 if (!AtEnd) in reverse_iterator() 421 return llvm::DWARFDie::iterator(AtEnd ? Die : Die.getSibling()); in base() 425 assert(!AtEnd && "Incrementing rend"); 430 AtEnd = true; 435 if (AtEnd) { 436 AtEnd = false; 453 return Die == RHS.Die && AtEnd == RHS.AtEnd; in equals()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 321 bool AtEnd; 339 if (AtEnd) in AdvanceToFirstNonZero() 342 AtEnd = true; in AdvanceToFirstNonZero() 356 if (AtEnd) in AdvanceToNextNonZero() 374 AtEnd = true; in AdvanceToNextNonZero() 403 AtEnd = end; in BitVector() 429 if (AtEnd && RHS.AtEnd) 433 return AtEnd == RHS.AtEnd && RHS.BitNumber == BitNumber;
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 629 SourceRange AtEnd; in ParseObjCInterfaceDeclList() local 714 AtEnd.setBegin(AtLoc); in ParseObjCInterfaceDeclList() 715 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList() 827 AtEnd.setBegin(Tok.getLocation()); in ParseObjCInterfaceDeclList() 828 AtEnd.setEnd(Tok.getLocation()); in ParseObjCInterfaceDeclList() 833 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables); in ParseObjCInterfaceDeclList() 2311 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish() argument 2313 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl, AtEnd.getBegin()); in finish() 2318 P.Actions.ActOnAtEnd(P.getCurScope(), AtEnd); in finish()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 262 Replacement AtEnd(R.getFilePath(), R.getOffset() + R.getLength(), 0, ""); in add() local 267 auto I = Replaces.lower_bound(AtEnd); in add()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1889 SourceLocation AtEnd) { in DefaultSynthesizeProperties() argument 1940 Diag(AtEnd, diag::note_add_synthesize_directive) in DefaultSynthesizeProperties() 1941 << FixItHint::CreateInsertion(AtEnd, FixIt); in DefaultSynthesizeProperties() 1982 SourceLocation AtEnd) { in DefaultSynthesizeProperties() argument 1990 DefaultSynthesizeProperties(S, IC, IDecl, AtEnd); in DefaultSynthesizeProperties()
|
| H A D | SemaDeclObjC.cpp | 3981 Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *> allMethods, in ActOnAtEnd() argument 3986 assert(AtEnd.isValid() && "Invalid location for '@end'"); in ActOnAtEnd() 4090 CDecl->setAtEndRange(AtEnd); in ActOnAtEnd() 4093 IC->setAtEndRange(AtEnd); in ActOnAtEnd() 4182 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 947 SourceRange AtEnd; variable 1096 SourceRange getAtEndRange() const { return AtEnd; } in getAtEndRange() 1098 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } in setAtEndRange()
|
| /openbsd-src/gnu/lib/libiberty/src/testsuite/ |
| H A D | demangle-expected | 19 ivRubberGroup::AtEnd(void)
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1722 void finish(SourceRange AtEnd);
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 4775 SourceLocation AtEnd); 4776 void DefaultSynthesizeProperties(Scope *S, Decl *D, SourceLocation AtEnd); 10354 Decl *ActOnAtEnd(Scope *S, SourceRange AtEnd,
|