Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DJSONNodeDumper.h167 llvm::json::Array createCastPath(const CastExpr *C);
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp322 llvm::json::Array JSONNodeDumper::createCastPath(const CastExpr *C) { in createCastPath() function in JSONNodeDumper
1232 llvm::json::Array Path = createCastPath(CE); in VisitCastExpr()