Home
last modified time | relevance | path

Searched refs:setCapturedVLAType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1734 Field->setCapturedVLAType(Capture.getCapturedVLAType()); in BuildCaptureField()
/external/clang/include/clang/AST/
DDecl.h2451 void setCapturedVLAType(const VariableArrayType *VLAType);
/external/llvm-project/clang/include/clang/AST/
DDecl.h2961 void setCapturedVLAType(const VariableArrayType *VLAType);
/external/clang/lib/AST/
DDecl.cpp3509 void FieldDecl::setCapturedVLAType(const VariableArrayType *VLAType) { in setCapturedVLAType() function in FieldDecl
/external/llvm-project/clang/lib/AST/
DDecl.cpp4201 void FieldDecl::setCapturedVLAType(const VariableArrayType *VLAType) { in setCapturedVLAType() function in FieldDecl
/external/clang/lib/Sema/
DSemaExpr.cpp3906 Field->setCapturedVLAType(VAT); in captureVariablyModifiedType()