Home
last modified time | relevance | path

Searched defs:getDevice (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h47 uint64_t getDevice() const { return Device; } in getDevice() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h4997 Expr *getDevice() { return cast<Expr>(Device); } in getDevice() function
5000 Expr *getDevice() const { return cast<Expr>(Device); } in getDevice() function