Searched defs:isDynamic (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp217 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { local
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h409 bool isDynamic() const { return dynamic; } function in class:lld::elf::final
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3353 bool isDynamic = false; local
252 PushPropertyAttributes(ConstantStructBuilder &Fields, const ObjCPropertyDecl *property, bool isSynthesized=true, bool isDynamic=true) argument
297 PushProperty(ConstantArrayBuilder &PropertiesArray, const ObjCPropertyDecl *property, const Decl *OCD, bool isSynthesized=true, bool isDynamic=true) argument
H A DCGOpenMPRuntime.cpp3618 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { function in class:CGOpenMPRuntime

Completed in 247 milliseconds