Home | History | Annotate | Download | only in libclang

Lines Matching refs:BaseSpec

4829       const CXXBaseSpecifier *BaseSpec = getCursorCXXBaseSpecifier(C);
4830 if (!BaseSpec)
4833 if (TypeSourceInfo *TSInfo = BaseSpec->getTypeSourceInfo())
4838 BaseSpec->getLocStart());