Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h209 if (C.hasCopyExpr()) in Visit()
H A DDecl.h4159 bool hasCopyExpr() const { return CopyExpr != nullptr; } in hasCopyExpr() function
H A DRecursiveASTVisitor.h1431 if (I.hasCopyExpr()) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1192 if (capture.hasCopyExpr()) flags |= 4; in VisitBlockDecl()
1195 if (capture.hasCopyExpr()) Record.AddStmt(capture.getCopyExpr()); in VisitBlockDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp627 } else if (CI.hasCopyExpr()) { in computeBlockInfo()