Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1121 if (capture.hasCopyExpr()) flags |= 4; in VisitBlockDecl()
1124 if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1375 if (C.hasCopyExpr()) in Visit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1417 if (I.hasCopyExpr()) {
H A DDecl.h3903 bool hasCopyExpr() const { return CopyExpr != nullptr; } in hasCopyExpr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp627 } else if (CI.hasCopyExpr()) { in computeBlockInfo()