Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseTentative.cpp1195 class TentativeParseCCC final : public CorrectionCandidateCallback { class
1197 TentativeParseCCC(const Token &Next) { in TentativeParseCCC() function in __anona1d0970c0111::TentativeParseCCC
1216 return std::make_unique<TentativeParseCCC>(*this); in clone()
1402 TentativeParseCCC CCC(Next); in isCXXDeclarationSpecifier()
2264 TentativeParseCCC CCC(Next); in NameAfterArrowIsNonType()