Home | History | Annotate | Download | only in libclang

Lines Matching refs:Typedef

922   if (const TypedefType *Typedef = Ty->getAs<TypedefType>())
923 return MakeCursorTypeRef(Typedef->getDecl(), Loc, TU);
1011 typedef llvm::DenseMap<CXCursor, unsigned> CXCursorSet_Impl;
1106 typedef SmallVector<CXCursor, 2> CursorVec;