Searched refs:ActiveAttr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DAttrImpl.cpp163 llvm::Optional<OMPDeclareTargetDeclAttr *> ActiveAttr = getActiveAttr(VD); local
164 if (ActiveAttr.hasValue())
165 return ActiveAttr.getValue()->getMapType();
171 llvm::Optional<OMPDeclareTargetDeclAttr *> ActiveAttr = getActiveAttr(VD); local
172 if (ActiveAttr.hasValue())
173 return ActiveAttr.getValue()->getDevType();
179 llvm::Optional<OMPDeclareTargetDeclAttr *> ActiveAttr = getActiveAttr(VD); local
180 if (ActiveAttr.hasValue())
181 return ActiveAttr.getValue()->getRange().getBegin();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp20084 llvm::Optional<OMPDeclareTargetDeclAttr *> ActiveAttr =
20086 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getDevType() != DT &&
20087 ActiveAttr.getValue()->getLevel() == Level) {
20091 ActiveAttr.getValue()->getDevType());
20094 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getMapType() != MT &&
20095 ActiveAttr.getValue()->getLevel() == Level) {
20100 if (ActiveAttr.hasValue() && ActiveAttr
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2696 llvm::Optional<OMPDeclareTargetDeclAttr *> ActiveAttr = local
2698 if (!ActiveAttr || (*ActiveAttr)->getLevel() != (unsigned)-1)

Completed in 295 milliseconds