Home
last modified time | relevance | path

Searched refs:handleDeviceAttr (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp3669 static void handleDeviceAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleDeviceAttr() function
4668 case AttributeList::AT_CUDADevice: handleDeviceAttr (S, D, Attr); break; in ProcessDeclAttribute()