Searched refs:isDynamic (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp217 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { local
260 if (isDynamic(E)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp254 isDynamic=true) {
271 attrs |= isDynamic ? (1<<1) : 0;
301 isDynamic=true) {
305 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic);
1122 isDynamic=true) override {
3353 bool isDynamic = false; local
3359 isDynamic = (propertyImpl->getPropertyImplementation() ==
3363 PushProperty(properties, property, Container, isSynthesized, isDynamic);
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.h1021 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
H A DCGCall.cpp3468 PS->isDynamic());
H A DCGStmtOpenMP.cpp2160 Ordered || RT.isDynamic(ScheduleKind.Schedule);
H A DCGOpenMPRuntime.cpp3618 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { function in class:CGOpenMPRuntime
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h409 bool isDynamic() const { return dynamic; } function in class:lld::elf::final
H A DSyntheticSections.cpp1970 : SyntheticSection(strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0,
1971 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB,
1973 strTabSec.isDynamic() ? ".dynsym" : ".symtab"),
2187 if (!strTabSec.isDynamic())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1798 bool Dynamic = POSA->isDynamic();
H A DItaniumMangle.cpp2922 if (Attr->isDynamic())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3117 AttrA->isDynamic() == AttrB->isDynamic();

Completed in 643 milliseconds