Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h47 uint64_t getDevice() const { return Device; } in getDevice() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5133 Expr *getDevice() { return cast<Expr>(Device); } in getDevice() function
5136 Expr *getDevice() const { return cast<Expr>(Device); } in getDevice() function