Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2745 class VarDeclFilterCCC final : public CorrectionCandidateCallback { class
2750 explicit VarDeclFilterCCC(Sema &S) : SemaRef(S) {} in VarDeclFilterCCC() function in __anon5b04668f1811::VarDeclFilterCCC
2762 return std::make_unique<VarDeclFilterCCC>(*this); in clone()
2802 VarDeclFilterCCC CCC(*this); in ActOnOpenMPIdExpression()