Searched refs:createCastPath (Results 1 – 2 of 2) sorted by relevance
168 llvm::json::Array createCastPath(const CastExpr *C);
354 llvm::json::Array JSONNodeDumper::createCastPath(const CastExpr *C) { in createCastPath() function in JSONNodeDumper1317 llvm::json::Array Path = createCastPath(CE); in VisitCastExpr()