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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DependenceFlags.h 42 ValueInstantiation = Value | Instantiation,
44 ErrorDependent = Error | ValueInstantiation,
ExprCXX.h 4172 : ExprDependence::ValueInstantiation);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 107 Deps |= ExprDependence::ValueInstantiation;
171 D |= ExprDependence::ValueInstantiation;
337 D |= ExprDependence::ValueInstantiation;
497 return Deps | ExprDependence::ValueInstantiation;
505 Deps |= ExprDependence::ValueInstantiation;
521 Deps |= ExprDependence::ValueInstantiation;
537 Deps |= ExprDependence::ValueInstantiation;
756 auto D = ExprDependence::ValueInstantiation;
ExprConcepts.cpp 184 setDependence(getDependence() | ExprDependence::ValueInstantiation);

Completed in 34 milliseconds