Lines Matching defs:entity
3308 // If the entity is a template parameter object for a template
3310 // [...] The expression is an lvalue if the entity is a [...] template
6991 // C23 6.7.10p4: An entity of variable length array type shall not be
17706 // within a templated entity
18505 // An entity is captured by reference if it is implicitly or
18519 // For each entity captured by copy, an unnamed non-static
18523 // captured entity if the entity is not a reference to an
18525 // captured entity is a reference to a function, the
18746 // capture of that variable. We start from the innermost capturing-entity
19067 // Any entity other than a VarDecl is always odr-used whenever it's named
19657 // - an identifier associated by name lookup with an entity captured by copy
20657 InitializedEntity entity =
20660 return PerformCopyInitialization(entity, callLoc, arg);