Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/ !
H A DParseStmt.cpp143 class StatementFilterCCC final : public CorrectionCandidateCallback { class
145 StatementFilterCCC(Token nextTok) : NextToken(nextTok) { in StatementFilterCCC() function in __anonbc55fb3c0111::StatementFilterCCC
167 return std::make_unique<StatementFilterCCC>(*this); in clone()
221 StatementFilterCCC CCC(Next); in ParseStatementOrDeclarationAfterAttributes()