Home
last modified time | relevance | path

Searched refs:isDynamic (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp217 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
260 if (isDynamic(E)) { in VisitObjCMessageExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp245 isDynamic=true) { in PushPropertyAttributes() argument
262 attrs |= isDynamic ? (1<<1) : 0; in PushPropertyAttributes()
292 isDynamic=true) { in PushProperty() argument
296 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty()
1122 isDynamic=true) override { in PushProperty() argument
3375 bool isDynamic = false; in GeneratePropertyList() local
3381 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3385 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
H A DCGOpenMPRuntime.h1097 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
H A DCGCall.cpp4145 PS->isDynamic()); in EmitCallArgs()
H A DCGStmtOpenMP.cpp2709 Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
H A DCGOpenMPRuntime.cpp2669 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp2112 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
H A DItaniumMangle.cpp3255 if (Attr->isDynamic()) in mangleBareFunctionType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td1900 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3166 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()