Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp235 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp249 PushPropertyAttributes(ConstantStructBuilder & Fields,const ObjCPropertyDecl * property,bool isSynthesized=true,bool isDynamic=true) PushPropertyAttributes() argument
296 PushProperty(ConstantArrayBuilder & PropertiesArray,const ObjCPropertyDecl * property,const Decl * OCD,bool isSynthesized=true,bool isDynamic=true) PushProperty() argument
1141 PushProperty(ConstantArrayBuilder & PropertiesArray,const ObjCPropertyDecl * property,const Decl * OCD,bool isSynthesized=true,bool isDynamic=true) PushProperty() argument
3575 bool isDynamic = false; GeneratePropertyList() local
H A DCGOpenMPRuntime.cpp2463 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { isDynamic() function in CGOpenMPRuntime
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h393 bool isDynamic() const { return dynamic; } isDynamic() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h730 bool isDynamic() const { return Attributes & Dynamic; } isDynamic() function