Home | History | Annotate | Download | only in Sema

Lines Matching refs:innermost

432   // objc_gc goes on the innermost pointer to something that's not a
434 unsigned innermost = -1U;
441 innermost = i;
473 if (innermost != -1U) {
475 declarator.getTypeObject(innermost).getAttrListRef());
516 /// Try to distribute a function type attribute to the innermost
526 // Put it on the innermost function chunk, if there is one.
560 // Try to distribute to the innermost.
579 // Try to distribute to the innermost.
641 // i.e. whether the innermost semantic chunk is a function.