Home
last modified time | relevance | path

Searched defs:isDynamic (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp221 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
/openbsd/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h297 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp249 isDynamic=true) { in PushPropertyAttributes()
296 isDynamic=true) { in PushProperty()
1125 isDynamic=true) override { in PushProperty()
3460 bool isDynamic = false; in GeneratePropertyList() local
H A DCGOpenMPRuntime.cpp2634 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.h391 bool isDynamic() const { return dynamic; } in isDynamic() function