Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp10231 static bool shouldSkipNotingLambdaConversionDecl(FunctionDecl *Fn) { in shouldSkipNotingLambdaConversionDecl() function
10259 if (shouldSkipNotingLambdaConversionDecl(Fn)) in NoteOverloadCandidate()
11109 if (shouldSkipNotingLambdaConversionDecl(Fn)) in NoteFunctionCandidate()
11224 if (shouldSkipNotingLambdaConversionDecl(Cand->Surrogate)) in NoteSurrogateCandidate()