HomeSort by: relevance | last modified time | path
    Searched defs:ActiveAttr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
AttrImpl.cpp 163 llvm::Optional<OMPDeclareTargetDeclAttr *> ActiveAttr = getActiveAttr(VD);
164 if (ActiveAttr.hasValue())
165 return ActiveAttr.getValue()->getMapType();
171 llvm::Optional<OMPDeclareTargetDeclAttr *> ActiveAttr = getActiveAttr(VD);
172 if (ActiveAttr.hasValue())
173 return ActiveAttr.getValue()->getDevType();
179 llvm::Optional<OMPDeclareTargetDeclAttr *> ActiveAttr = getActiveAttr(VD);
180 if (ActiveAttr.hasValue())
181 return ActiveAttr.getValue()->getRange().getBegin();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 2696 llvm::Optional<OMPDeclareTargetDeclAttr *> ActiveAttr =
2698 if (!ActiveAttr || (*ActiveAttr)->getLevel() != (unsigned)-1)

Completed in 29 milliseconds