Home
last modified time | relevance | path

Searched refs:UnknownStatement (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h222 class UnknownStatement final : public Statement {
224 UnknownStatement() : Statement(NodeKind::UnknownStatement) {} in UnknownStatement() function
DNodes.td222 def UnknownStatement : External<Statement> {}
/external/llvm-project/clang/lib/Tooling/Syntax/
DSynthesis.cpp108 case syntax::NodeKind::UnknownStatement: in allocateTree()
109 return new (A.getAllocator()) syntax::UnknownStatement; in allocateTree()
DBuildTree.cpp799 new (allocator()) syntax::UnknownStatement, S); in WalkUpFromStmt()