Searched refs:ValueInstantiation (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp77 Deps |= ExprDependence::ValueInstantiation;
141 D |= ExprDependence::ValueInstantiation;
307 D |= ExprDependence::ValueInstantiation;
454 return Deps | ExprDependence::ValueInstantiation;
471 Deps |= ExprDependence::ValueInstantiation;
480 Deps |= ExprDependence::ValueInstantiation;
493 Deps |= ExprDependence::ValueInstantiation;
505 ExprDependence::ValueInstantiation | ExprDependence::Error;
706 auto D = ExprDependence::ValueInstantiation;
H A DExprConcepts.cpp184 setDependence(getDependence() | ExprDependence::ValueInstantiation); member in class:ExprDependence
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h42 ValueInstantiation = Value | Instantiation, member in struct:clang::ExprDependenceScope
H A DExprCXX.h4125 : ExprDependence::ValueInstantiation);

Completed in 191 milliseconds