Home | History | Annotate | Download | only in Sema

Lines Matching refs:isPointer

8786   bool isPointer = false;
8798 isPointer = true;
8803 if (isPointer) FnType = S.Context.getPointerType(FnType);