Searched refs:isSupportedExtension (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h63 bool isSupportedExtension(llvm::StringRef Ext, const LangOptions &LO) const { function in class:clang::OpenCLOptions
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp70 static bool isSupportedExtension(StringRef Ext) { function
251 if (!isSupportedExtension(Ext)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp767 else if (Opt.isSupportedExtension(Name, getLangOpts()))

Completed in 175 milliseconds