Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp133 class StatementFilterCCC final : public CorrectionCandidateCallback { class
135 StatementFilterCCC(Token nextTok) : NextToken(nextTok) { in StatementFilterCCC() function in __anon500e73d70111::StatementFilterCCC
157 return std::make_unique<StatementFilterCCC>(*this); in clone()
209 StatementFilterCCC CCC(Next); in ParseStatementOrDeclarationAfterAttributes()