Home
last modified time | relevance | path

Searched refs:OptMap (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp29 return OptMap.contains(Ext); in isKnown()
45 auto I = OptMap.find(Ext); in isEnabled()
50 auto E = OptMap.find(Ext); in isWithPragma()
56 auto I = OptMap.find(Ext); in isSupported()
63 auto I = OptMap.find(Ext); in isSupportedCore()
70 auto I = OptMap.find(Ext); in isSupportedOptionalCore()
82 auto I = OptMap.find(Ext); in isSupportedExtension()
89 OptMap[Ext].Enabled = V; in enable()
93 OptMap[Ext].WithPragma = V; in acceptsPragma()
99 OptMap[Ext].Supported = V; in support()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h214 OpenCLOptionInfoMap OptMap; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2274 static void sortOpts(StringMap<Option *> &OptMap, in sortOpts() argument
2279 for (StringMap<Option *>::iterator I = OptMap.begin(), E = OptMap.end(); in sortOpts()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4253 for (const auto &I:Opts.OptMap) { in WriteOpenCLExtensions()
H A DASTReader.cpp3841 auto &OptInfo = OpenCLExtensions.OptMap[Name]; in ReadASTBlock()