Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h76 bool isDynamic() const { return IsDynamic; } in isDynamic() function
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp235 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp247 isDynamic=true) { in PushPropertyAttributes()
294 isDynamic=true) { in PushProperty()
1140 isDynamic=true) override { in PushProperty()
3574 bool isDynamic = false; in GeneratePropertyList() local
H A DCGOpenMPRuntime.cpp2466 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h398 bool isDynamic() const { return dynamic; } in isDynamic() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1002 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function