Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp123 class StatementFilterCCC : public CorrectionCandidateCallback { class
125 StatementFilterCCC(Token nextTok) : NextToken(nextTok) { in StatementFilterCCC() function in __anon6c7f92f60111::StatementFilterCCC
190 llvm::make_unique<StatementFilterCCC>(Next)) == in ParseStatementOrDeclarationAfterAttributes()