Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp452 std::string ast_dump = ClangUtil::DumpDecl(decl); in FindExternalLexicalDecls() local
458 ast_dump); in FindExternalLexicalDecls()
461 decl->getDeclKindName(), ast_dump); in FindExternalLexicalDecls()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7660 def ast_dump : Flag<["-"], "ast-dump">,