Home | History | Annotate | Download | only in Parse

Lines Matching defs:Names

963   // Names declared in the for-init-statement, and in the condition of if,
1089 // Names declared in the for-init-statement, and in the condition of if,
1178 // Names declared in the for-init-statement, and in the condition of if,
1337 // Names declared in the for-init-statement, and in the condition of if,
1341 // Names declared in the for-init-statement are in the same declarative-region
1826 SmallVector<IdentifierInfo *, 4> Names;
1848 ParseAsmOperandsOpt(Names, Constraints, Exprs))
1852 unsigned NumOutputs = Names.size();
1866 ParseAsmOperandsOpt(Names, Constraints, Exprs))
1870 assert(Names.size() == Constraints.size() &&
1874 unsigned NumInputs = Names.size() - NumOutputs;
1899 NumInputs, Names.data(), Constraints, Exprs,
1917 Names,
1939 Names.push_back(II);
1942 Names.push_back(0);