HomeSort by: relevance | last modified time | path
    Searched defs:Relations (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Index/
DeclOccurrence.h 28 SmallVector<SymbolRelation, 3> Relations;
31 ArrayRef<SymbolRelation> Relations)
33 Relations(Relations.begin(), Relations.end()) {}
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp 23 SmallVector<SymbolRelation, 3> Relations;
33 Relations.emplace_back((unsigned)SymbolRole::RelationBaseOf, Parent);
37 Relations.emplace_back((unsigned)SymbolRole::RelationIBTypeOf, Parent);
62 ParentDC, SymbolRoleSet(), Relations);
70 Relations));
75 Relations));
121 Relations);
126 Parent, ParentDC, SymbolRoleSet(), Relations);
132 Parent, ParentDC, SymbolRoleSet(), Relations);
147 SymbolRoleSet(), Relations);
    [all...]
IndexBody.cpp 58 SmallVectorImpl<SymbolRelation> &Relations) {
95 addCallRole(Roles, Relations);
103 Relations.emplace_back((unsigned)SymbolRole::RelationReceivedBy,
128 SmallVectorImpl<SymbolRelation> &Relations) {
131 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, FD);
133 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, MD);
137 SmallVector<SymbolRelation, 4> Relations;
138 SymbolRoleSet Roles = getRolesForRef(E, Relations);
140 Parent, ParentDC, Roles, Relations, E);
147 SmallVector<SymbolRelation, 4> Relations;
    [all...]
IndexDecl.cpp 135 SmallVector<SymbolRelation, 4> Relations;
140 Relations.emplace_back((unsigned) SymbolRole::RelationOverrideOf,
144 Relations.emplace_back((unsigned)SymbolRole::RelationAccessorOf,
175 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations));
200 SmallVectorImpl<SymbolRelation> &Relations) {
231 Relations.emplace_back(
239 SmallVector<SymbolRelation, 4> Relations;
244 Relations.emplace_back((unsigned)SymbolRole::RelationOverrideOf, O);
247 gatherTemplatePseudoOverrides(D, Relations);
249 Relations.push_back
    [all...]
  /src/external/mit/isl/dist/doc/
implementation.tex 1 \section{Sets and Relations}
28 $R$ is a finite union of basic relations
74 \begin{definition}[Composition of Relations]
76 $S \in \Z^n \to 2^{\Z^{d_2+d_3}}$ be two relations,
393 {\tt isl} performs such simplifications on all sets and relations.
519 sets and relations in {\tt isl}. Instead, {\tt isl} represents
828 expressions in the internal representation of sets and relations
921 relations in $R$ as simply adding one or more offsets to a domain element
948 the same as the number of basic relations in $R$.
1003 The path that consists of only identity relations is remove
    [all...]

Completed in 24 milliseconds