Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h217 class UnknownStatement final : public Statement {
219 UnknownStatement() : Statement(NodeKind::UnknownStatement) {} in UnknownStatement() function
H A DNodes.td222 def UnknownStatement : External<Statement> {}
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp115 case syntax::NodeKind::UnknownStatement: in allocateTree()
116 return new (A.getAllocator()) syntax::UnknownStatement; in allocateTree()
H A DBuildTree.cpp806 new (allocator()) syntax::UnknownStatement, S); in WalkUpFromStmt()