Home | History | Annotate | Download | only in Sema

Lines Matching refs:Known

162   /// information is known based on another transformation.
194 /// to short-circuit evaluation when it is known that a given type will
242 /// number of expansions is known a priori (e.g., due to a prior substitution)
243 /// and will be set by the callee when the number of expansions is known.
363 llvm::DenseMap<Decl *, Decl *>::iterator Known
365 if (Known != TransformedLocalDecls.end())
366 return Known->second;
617 /// modifier, size of the array (if known), size expression, and index type
631 /// modifier, (known) size of the array, and index type qualifiers.
7327 // Transform the delete operator, if known.
7407 // Look for a destructor known with the given name.