Home
last modified time | relevance | path

Searched refs:destChunk (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp406 DeclaratorChunk *destChunk = nullptr; in distributeObjCPointerTypeAttr() local
409 destChunk = maybeMovePastReturnType(declarator, i - 1, in distributeObjCPointerTypeAttr()
411 if (!destChunk) destChunk = &chunk; in distributeObjCPointerTypeAttr()
414 destChunk->getAttrListRef()); in distributeObjCPointerTypeAttr()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp474 DeclaratorChunk *destChunk = nullptr; in distributeObjCPointerTypeAttr() local
477 destChunk = maybeMovePastReturnType(declarator, i - 1, in distributeObjCPointerTypeAttr()
479 if (!destChunk) destChunk = &chunk; in distributeObjCPointerTypeAttr()
482 destChunk->getAttrs()); in distributeObjCPointerTypeAttr()