Home | History | Annotate | Download | only in libclang

Lines Matching defs:BaseSpec

4118       const CXXBaseSpecifier *BaseSpec = getCursorCXXBaseSpecifier(C);
4119 if (!BaseSpec)
4122 if (TypeSourceInfo *TSInfo = BaseSpec->getTypeSourceInfo())
4127 BaseSpec->getLocStart());