| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexBody.cpp | 58 SmallVectorImpl<SymbolRelation> &Relations) { in getRolesForRef() argument 95 addCallRole(Roles, Relations); in getRolesForRef() 103 Relations.emplace_back((unsigned)SymbolRole::RelationReceivedBy, in getRolesForRef() 128 SmallVectorImpl<SymbolRelation> &Relations) { in addCallRole() argument 131 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, FD); in addCallRole() 133 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, MD); in addCallRole() 137 SmallVector<SymbolRelation, 4> Relations; in VisitDeclRefExpr() local 138 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitDeclRefExpr() 140 Parent, ParentDC, Roles, Relations, E); in VisitDeclRefExpr() 147 SmallVector<SymbolRelation, 4> Relations; in VisitMemberExpr() local [all …]
|
| H A D | IndexTypeSourceInfo.cpp | 23 SmallVector<SymbolRelation, 3> Relations; member in __anonf88ccce30111::TypeIndexer 33 Relations.emplace_back((unsigned)SymbolRole::RelationBaseOf, Parent); in TypeIndexer() 37 Relations.emplace_back((unsigned)SymbolRole::RelationIBTypeOf, Parent); in TypeIndexer() 62 ParentDC, SymbolRoleSet(), Relations); in VisitTypedefTypeLoc() 70 Relations)); in VisitTypedefTypeLoc() 75 Relations)); in VisitTypedefTypeLoc() 121 Relations); in VisitTagTypeLoc() 126 Parent, ParentDC, SymbolRoleSet(), Relations); in VisitObjCInterfaceTypeLoc() 132 Parent, ParentDC, SymbolRoleSet(), Relations); in VisitObjCObjectTypeLoc() 147 SymbolRoleSet(), Relations); in HandleTemplateSpecializationTypeLoc() [all …]
|
| H A D | IndexDecl.cpp | 135 SmallVector<SymbolRelation, 4> Relations; in handleObjCMethod() local 140 Relations.emplace_back((unsigned) SymbolRole::RelationOverrideOf, in handleObjCMethod() 144 Relations.emplace_back((unsigned)SymbolRole::RelationAccessorOf, in handleObjCMethod() 175 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations)); in handleObjCMethod() 200 SmallVectorImpl<SymbolRelation> &Relations) { in gatherTemplatePseudoOverrides() argument 231 Relations.emplace_back( in gatherTemplatePseudoOverrides() 239 SmallVector<SymbolRelation, 4> Relations; in VisitFunctionDecl() local 244 Relations.emplace_back((unsigned)SymbolRole::RelationOverrideOf, O); in VisitFunctionDecl() 247 gatherTemplatePseudoOverrides(D, Relations); in VisitFunctionDecl() 249 Relations.push_back( in VisitFunctionDecl() [all …]
|
| H A D | IndexingContext.cpp | 54 ArrayRef<SymbolRelation> Relations) { in handleDecl() argument 55 return handleDecl(D, D->getLocation(), Roles, Relations); in handleDecl() 60 ArrayRef<SymbolRelation> Relations, in handleDecl() argument 70 Roles, Relations, in handleDecl() 78 ArrayRef<SymbolRelation> Relations, in handleReference() argument 90 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations, in handleReference() 314 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() argument 352 for (auto &Rel : Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() 363 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence() argument 387 if (!shouldReportOccurrenceForSystemDeclOnlyMode(IsRef, Roles, Relations)) in handleDeclOccurrence() [all …]
|
| H A D | IndexingContext.h | 71 ArrayRef<SymbolRelation> Relations = None); 75 ArrayRef<SymbolRelation> Relations = None, 82 ArrayRef<SymbolRelation> Relations = None, 100 ArrayRef<SymbolRelation> Relations = None); 132 ArrayRef<SymbolRelation> Relations,
|
| H A D | FileIndexRecord.cpp | 41 ArrayRef<SymbolRelation> Relations) { in addDeclOccurence() argument 44 addOccurrence(Decls, DeclOccurrence(Roles, Offset, D, Relations)); in addDeclOccurence()
|
| H A D | FileIndexRecord.h | 50 ArrayRef<SymbolRelation> Relations);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
| H A D | DeclOccurrence.h | 28 SmallVector<SymbolRelation, 3> Relations; member 31 ArrayRef<SymbolRelation> Relations) in DeclOccurrence() 33 Relations(Relations.begin(), Relations.end()) {} in DeclOccurrence()
|
| H A D | IndexDataConsumer.h | 43 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 104 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence() argument 128 OS << "rel: " << Relations.size() << '\n'; in handleDeclOccurrence() 130 for (auto &SymRel : Relations) { in handleDeclOccurrence()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | RangesIssuePaperStatus.csv | 6 `P1248R1 <https://wg21.link/P1248R1>`__,Fixing Relations,,
|
| H A D | Cxx2aStatusPaperStatus.csv | 79 …emove CommonReference requirement from StrictWeakOrdering (a.k.a Fixing Relations)","San Diego","|…
|
| /netbsd-src/external/mit/isl/dist/doc/ |
| H A D | isl.bib | 27 title = {Computing the Transitive Closure of a Union of Affine Integer Tuple Relations}, 406 title = {Transitive Closures of Affine Integer Tuple Relations and Their Overapproximations},
|
| H A D | implementation.tex | 1 \section{Sets and Relations} 74 \begin{definition}[Composition of Relations] 1673 \Input{Relations $R_{pq}$, $0 \le p, q < n$}
|
| H A D | user.pod | 913 =head2 Sets and Relations 1122 (see L</"Creating New Sets and Relations"> or 2036 =head2 Creating New Sets and Relations 2452 =head2 Inspecting Sets and Relations
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.h | 435 ArrayRef<index::SymbolRelation> Relations,
|
| H A D | CXIndexDataConsumer.cpp | 158 const Decl *D, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence() argument 212 for (const auto &SymRel : Relations) { in handleDeclOccurrence()
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.ok | 1360 Precedence Relations . . . . . . . . . . 296--298 1881 Forman S. Acton Recurrence Relations for the Fresnel 2112 Relations . . . . . . . . . . . . . . . 218--220 2624 J. D. Ullman Operations on Sparse Relations . . . . . 171--176
|
| H A D | funstack.in | 6141 …s the set of distinct pages among the T most recently referenced pages. Relations between the aver… 9966 title = "Minimal Event-Node Network of Project Precedence Relations", 14161 …title = "Recurrence Relations for the {Fresnel} Integral $\int_0^\infty[\exp(-ct)dt/(t)^{1/… 15941 …= "A Modification of {Warshall}'s Algorithm for the Transitive Closure of Binary Relations", 19942 title = "Operations on Sparse Relations",
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | australasia | 324 # The Minister for Labour, Industrial Relations and Employment Mr Jone Usamate 1686 # Industrial Relations Minister, Paul Caica, says this provides South Australia
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its9282/ |
| H A D | exampledb.ldif | 4239 dn: cn=Said Relations, ou=Product Development, dc=example,dc=com 4244 cn: Said Relations 4245 sn: Relations 4246 description: This is Said Relations's description
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | mm-ko.ascii.pot | 5782 msgid "Editor for Entity Relations Diagrams"
|
| H A D | mm-ko.euc-kr.po | 6119 msgid "Editor for Entity Relations Diagrams"
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 12792 On Christmas day, you can't get sore; Relations sparing no expense'll, 26753 It has been said that Public Relations is the art of winning friends 37634 Relations are simply a tedious pack of people, who haven't the remotest
|