Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp425 if (auto It = Context.LambdaCastPaths.find(Method); in DiagnoseInvalidExplicitObjectParameterInLambda()
426 It != Context.LambdaCastPaths.end()) in DiagnoseInvalidExplicitObjectParameterInLambda()
429 CXXCastPath &Path = Context.LambdaCastPaths[Method]; in DiagnoseInvalidExplicitObjectParameterInLambda()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1206 llvm::DenseMap<const CXXMethodDecl *, CXXCastPath> LambdaCastPaths; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4712 const CXXCastPath &BasePathArray = getContext().LambdaCastPaths.at(MD); in EmitLValueForLambdaField()