Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp1154 class TentativeParseCCC final : public CorrectionCandidateCallback { class
1156 TentativeParseCCC(const Token &Next) { in TentativeParseCCC() function in __anonf28e65400111::TentativeParseCCC
1175 return std::make_unique<TentativeParseCCC>(*this); in clone()
1341 TentativeParseCCC CCC(Next); in isCXXDeclarationSpecifier()