Home
last modified time | relevance | path

Searched defs:isDynamic (Results 1 – 3 of 3) 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp245 isDynamic=true) { in PushPropertyAttributes()
292 isDynamic=true) { in PushProperty()
1122 isDynamic=true) override { in PushProperty()
3375 bool isDynamic = false; in GeneratePropertyList() local
H A DCGOpenMPRuntime.cpp2669 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime