Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp975 class TentativeParseCCC final : public CorrectionCandidateCallback { class
977 TentativeParseCCC(const Token &Next) { in TentativeParseCCC() function in __anon5c88cc130111::TentativeParseCCC
996 return std::make_unique<TentativeParseCCC>(*this); in clone()
1071 TentativeParseCCC CCC(Next); in isCXXDeclarationSpecifier()
1889 TentativeParseCCC CCC(Next); in NameAfterArrowIsNonType()