Home | History | Annotate | Download | only in Sema

Lines Matching refs:innermost

335   // objc_gc goes on the innermost pointer to something that's not a
337 unsigned innermost = -1U;
344 innermost = i;
376 if (innermost != -1U) {
378 declarator.getTypeObject(innermost).getAttrListRef());
419 /// Try to distribute a function type attribute to the innermost
429 // Put it on the innermost function chunk, if there is one.
454 // Try to distribute to the innermost.
473 // Try to distribute to the innermost.
530 // i.e. whether the innermost semantic chunk is a function.