Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h167 llvm::json::Array createCastPath(const CastExpr *C);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp322 llvm::json::Array JSONNodeDumper::createCastPath(const CastExpr *C) { in createCastPath() function in JSONNodeDumper
1233 llvm::json::Array Path = createCastPath(CE); in VisitCastExpr()