Home | History | Annotate | Download | only in Sema

Lines Matching refs:innermost

428   // objc_gc goes on the innermost pointer to something that's not a
430 unsigned innermost = -1U;
437 innermost = i;
469 if (innermost != -1U) {
471 declarator.getTypeObject(innermost).getAttrListRef());
512 /// Try to distribute a function type attribute to the innermost
522 // Put it on the innermost function chunk, if there is one.
551 // Try to distribute to the innermost.
570 // Try to distribute to the innermost.
636 // i.e. whether the innermost semantic chunk is a function.
2491 // We're the innermost decl chunk, so must be a function declarator.