Home | History | Annotate | Download | only in api

Lines Matching defs:specName

105     string specName;       // e.g. x, as found in the spec file
590 stream >> specName;
594 isOutParameter = charRemoved('*', &rsType) || charRemoved('*', &specName) || isReturn;
617 if (!specName.empty()) {
618 variableName += capitalize(specName);
625 if (!specName.empty()) {
626 variableName += capitalize(specName);
1236 if (!p.specName.empty()) {
1237 file << " " << p.specName;