Home
last modified time | relevance | path

Searched refs:createCastPath (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h168 llvm::json::Array createCastPath(const CastExpr *C);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp359 llvm::json::Array JSONNodeDumper::createCastPath(const CastExpr *C) { in createCastPath() function in JSONNodeDumper
1389 llvm::json::Array Path = createCastPath(CE); in VisitCastExpr()