Lines Matching refs:getCurrentLocation
142 if (parser.getCurrentLocation(&predicateLoc) || in parseCmpOp()
147 parser.getCurrentLocation(&trailingTypeLoc) || parser.parseType(type) || in parseCmpOp()
235 parser.getCurrentLocation(&trailingTypeLoc) || parser.parseType(type)) in parse()
812 parser.getCurrentLocation(&trailingTypeLoc) || parser.parseType(type) || in parse()
876 parser.getCurrentLocation(&trailingTypeLoc) || parser.parseType(type)) in parse()
993 parser.getCurrentLocation(&trailingTypeLoc) || parser.parseType(funcType)) in parse()
1286 parser.getCurrentLocation(&trailingTypeLoc) || parser.parseType(type)) in parse()
1373 if (parser.getCurrentLocation(&loc) || parser.parseOperand(vector) || in parse()
1512 parser.getCurrentLocation(&attributeLoc) || in parse()
1515 parser.getCurrentLocation(&trailingTypeLoc) || in parse()
1593 if (parser.getCurrentLocation(&loc) || parser.parseOperand(value) || in parse()
1647 parser.getCurrentLocation(&attributeLoc) || in parse()
1650 parser.getCurrentLocation(&trailingTypeLoc) || in parse()
2128 if (parser.getCurrentLocation(&loc) || parser.parseOperand(v1) || in parse()
2268 auto signatureLocation = parser.getCurrentLocation(); in parse()
2445 if (parser.getCurrentLocation(&loc) || parser.parseKeyword(&keyword)) in parseAtomicBinOp()
2472 if (parser.getCurrentLocation(&loc) || parser.parseKeyword(&ordering)) in parseAtomicOrdering()