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

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1194 class TentativeParseCCC final : public CorrectionCandidateCallback {
1196 TentativeParseCCC(const Token &Next) { function in class:__anon687::final
1215 return std::make_unique<TentativeParseCCC>(*this);
1381 TentativeParseCCC CCC(Next);
2237 TentativeParseCCC CCC(Next);

Completed in 75 milliseconds