HomeSort by: relevance | last modified time | path
    Searched refs:isDynamic (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp 217 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool {
260 if (isDynamic(E)) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 245 isDynamic=true) {
262 attrs |= isDynamic ? (1<<1) : 0;
292 isDynamic=true) {
296 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic);
1122 isDynamic=true) override {
3375 bool isDynamic = false;
3381 isDynamic = (propertyImpl->getPropertyImplementation() ==
3385 PushProperty(properties, property, Container, isSynthesized, isDynamic);
CGOpenMPRuntime.h 1097 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
CGCall.cpp 4145 PS->isDynamic());
CGStmtOpenMP.cpp 2709 Ordered || RT.isDynamic(ScheduleKind.Schedule);
CGOpenMPRuntime.cpp 2669 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 2112 bool Dynamic = POSA->isDynamic();
ItaniumMangle.cpp 3255 if (Attr->isDynamic())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 3166 AttrA->isDynamic() == AttrB->isDynamic();

Completed in 79 milliseconds