Searched defs:isOpenCL (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Driver/ | ||
H A D | Types.cpp | 230 bool types::isOpenCL(ID Id) { return Id == TY_CL || Id == TY_CLCXX; } isOpenCL() function in types |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | LangStandard.h | 144 bool isOpenCL() const { return Flags & OpenCL; } isOpenCL() function |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 6699 bool isOpenCL() const { isOpenCL() function |