Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5747 class FunctionCallCCC final : public FunctionCallFilterCCC { class
5749 FunctionCallCCC(Sema &SemaRef, const IdentifierInfo *FuncName, in FunctionCallCCC() function in __anona57492e80611::FunctionCallCCC
5764 return std::make_unique<FunctionCallCCC>(*this); in clone()
5779 FunctionCallCCC CCC(S, FuncName.getAsIdentifierInfo(), Args.size(), ME); in TryTypoCorrectionForCall()