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.cpp446 auto [It, Inserted] = Context.LambdaCastPaths.try_emplace(Method); in DiagnoseInvalidExplicitObjectParameterInLambda()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1308 llvm::DenseMap<const CXXMethodDecl *, CXXCastPath> LambdaCastPaths; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5038 const CXXCastPath &BasePathArray = getContext().LambdaCastPaths.at(MD); in EmitLValueForLambdaField()