Home | History | Annotate | Download | only in Parse

Lines Matching defs:Names

929   // Names declared in the for-init-statement, and in the condition of if,
1060 // Names declared in the for-init-statement, and in the condition of if,
1149 // Names declared in the for-init-statement, and in the condition of if,
1301 // Names declared in the for-init-statement, and in the condition of if,
1305 // Names declared in the for-init-statement are in the same declarative-region
1798 SmallVector<IdentifierInfo *, 4> Names;
1821 ParseAsmOperandsOpt(Names, Constraints, Exprs))
1825 unsigned NumOutputs = Names.size();
1839 ParseAsmOperandsOpt(Names, Constraints, Exprs))
1843 assert(Names.size() == Constraints.size() &&
1847 unsigned NumInputs = Names.size() - NumOutputs;
1872 NumOutputs, NumInputs, Names.data(),
1891 bool Parser::ParseAsmOperandsOpt(SmallVectorImpl<IdentifierInfo *> &Names,
1913 Names.push_back(II);
1916 Names.push_back(0);