Home | History | Annotate | Download | only in libclang

Lines Matching refs:BaseSpec

4317       const CXXBaseSpecifier *BaseSpec = getCursorCXXBaseSpecifier(C);
4318 if (!BaseSpec)
4321 if (TypeSourceInfo *TSInfo = BaseSpec->getTypeSourceInfo())
4326 BaseSpec->getLocStart());