Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h44 uint64_t getDevice() const { return Device; } in getDevice() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4717 Expr *getDevice() { return cast<Expr>(Device); } in getDevice() function
4720 Expr *getDevice() const { return cast<Expr>(Device); } in getDevice() function