Searched refs:isConversionFromLambda (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h569 bool isConversionFromLambda() const { function in class:clang::ento::BlockCall
574 return BD->isConversionFromLambda();
580 assert(isConversionFromLambda());
591 if (!isConversionFromLambda())
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp440 !cast<BlockCall>(Call).isConversionFromLambda()) {
H A DCallEvent.cpp873 if (isConversionFromLambda()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp935 bool isLambdaConv = blockInfo.getBlockDecl()->isConversionFromLambda();
1056 if (blockDecl->isConversionFromLambda()) {
1100 if (blockDecl->isConversionFromLambda()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1175 Record.push_back(D->isConversionFromLambda());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4180 bool isConversionFromLambda() const {

Completed in 208 milliseconds