Home | History | Annotate | Download | only in Sema

Lines Matching defs:Names

91 /// default locations and entity names used for type-checking
430 /// and destructor names and then (if needed) rebuilds the declaration name.
1176 unsigned NumInputs, IdentifierInfo **Names,
1181 NumInputs, Names, Constraints, Exprs,
5553 SmallVector<IdentifierInfo *, 4> Names;
5562 Names.push_back(S->getOutputIdentifier(I));
5580 Names.push_back(S->getInputIdentifier(I));
5607 S->getNumInputs(), Names.data(),