Searched defs:isDynamic (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 235 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 249 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 D | CGOpenMPRuntime.cpp | 2463 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { isDynamic() function in CGOpenMPRuntime
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 393 bool isDynamic() const { return dynamic; } isDynamic() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 730 bool isDynamic() const { return Attributes & Dynamic; } isDynamic() function
|