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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 186 return ExprDependence::TypeValueInstantiation |
343 ExprDependence::TypeValueInstantiation;
356 ExprDependence::TypeValueInstantiation;
361 ExprDependence::TypeValueInstantiation;
466 return Deps | ExprDependence::TypeValueInstantiation;
475 return Deps | ExprDependence::TypeValueInstantiation;
519 Deps |= ExprDependence::TypeValueInstantiation;
629 return D | ExprDependence::TypeValueInstantiation;
645 Deps |= ExprDependence::TypeValueInstantiation;
716 Deps |= ExprDependence::TypeValueInstantiation;
    [all...]
ExprCXX.cpp 1587 setDependence(ExprDependence::TypeValueInstantiation |
1604 setDependence(ExprDependence::TypeValueInstantiation |
Expr.cpp 1613 Deps |= ExprDependence::TypeValueInstantiation;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DependenceFlags.h 43 TypeValueInstantiation = Type | Value | Instantiation,
Expr.h 3048 setDependence(getDependence() | ExprDependence::TypeValueInstantiation);
6292 setDependence(ExprDependence::TypeValueInstantiation |

Completed in 71 milliseconds