Home | History | Annotate | Download | only in libclang

Lines Matching refs:TypeLoc

633     TypeLoc TL = SpecType->getTypeLoc();
712 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
1555 bool CursorVisitor::Visit##CLASS##TypeLoc(CLASS##TypeLoc TL) { \
1637 TypeLocVisit(TypeLoc tl, CXCursor parent) :
1645 TypeLoc get() const {
1647 return TypeLoc(T, data[1]);
2293 TypeLoc TL = E->getCallOperator()->getTypeSourceInfo()->getTypeLoc();