Home
last modified time | relevance | path

Searched defs:isOpenCL (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Driver/
H A DTypes.cpp230 bool types::isOpenCL(ID Id) { return Id == TY_CL || Id == TY_CLCXX; } isOpenCL() function in types
/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h144 bool isOpenCL() const { return Flags & OpenCL; } isOpenCL() function
/llvm-project/clang/include/clang/AST/
H A DExpr.h6699 bool isOpenCL() const { isOpenCL() function