Home
last modified time | relevance | path

Searched refs:TypeValueInstantiation (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/AST/
DComputeDependence.cpp156 return ExprDependence::TypeValueInstantiation | in computeDependence()
313 ExprDependence::TypeValueInstantiation; in computeDependence()
326 ExprDependence::TypeValueInstantiation; in computeDependence()
331 ExprDependence::TypeValueInstantiation; in computeDependence()
437 return Deps | ExprDependence::TypeValueInstantiation; in computeDependence()
446 return Deps | ExprDependence::TypeValueInstantiation; in computeDependence()
585 return D | ExprDependence::TypeValueInstantiation; in computeDependence()
601 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
672 Deps |= ExprDependence::TypeValueInstantiation; in computeDependence()
721 auto D = ExprDependence::TypeValueInstantiation; in computeDependence()
[all …]
DExprCXX.cpp1587 setDependence(ExprDependence::TypeValueInstantiation | in SubstNonTypeTemplateParmPackExpr()
1604 setDependence(ExprDependence::TypeValueInstantiation | in FunctionParmPackExpr()
DExpr.cpp1532 Deps |= ExprDependence::TypeValueInstantiation; in Create()
/external/llvm-project/clang/include/clang/AST/
DDependenceFlags.h43 TypeValueInstantiation = Type | Value | Instantiation, enumerator
DExpr.h3046 setDependence(getDependence() | ExprDependence::TypeValueInstantiation); in markDependentForPostponedNameLookup()
6287 setDependence(ExprDependence::TypeValueInstantiation | in TypoExpr()