Searched refs:TypeLocs (Results 1 – 3 of 3) sorted by relevance
22 SmallVector<TypeLoc, 4> TypeLocs; in pushFullCopy() local25 TypeLocs.push_back(CurTL); in pushFullCopy()29 for (unsigned i = 0, e = TypeLocs.size(); i < e; ++i) { in pushFullCopy()30 TypeLoc CurTL = TypeLocs[e-i-1]; in pushFullCopy()49 SmallVector<TypeLoc, 4> TypeLocs; in pushTrivial() local51 TypeLocs.push_back(CurTL); in pushTrivial()53 for (const auto &CurTL : llvm::reverse(TypeLocs)) { in pushTrivial()
83 if (!Obj.TypeLocs.empty()) in toJSON()84 JsonObj["typeLocs"] = Obj.TypeLocs; in toJSON()223 CD.TypeLocs = CaptureMethods("class clang::TypeLoc", ASTClass, Result); in run()
23 std::vector<std::string> TypeLocs; member