Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1900 OpenCLTypeExtMap[CanT].insert(I.str()); in setOpenCLExtensionForType()
1932 if (!OpenCLTypeExtMap.empty()) in getOpenCLExtensionsFromTypeExtMap()
1933 return getOpenCLExtensionsFromExtMap(FT, OpenCLTypeExtMap); in getOpenCLExtensionsFromTypeExtMap()
1995 return checkOpenCLDisabledTypeOrDecl(TypePtr, Loc, QT, OpenCLTypeExtMap); in checkOpenCLDisabledTypeDeclSpec()
2003 QT, OpenCLTypeExtMap); in checkOpenCLDisabledTypeDeclSpec()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h886 llvm::DenseMap<const Type *, std::set<std::string>> OpenCLTypeExtMap; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3335 OpenCLTypeExtMap[Type].insert(Ext); in ReadASTBlock()
7782 SemaObj->OpenCLTypeExtMap = OpenCLTypeExtMap; in InitializeSema()
H A DASTWriter.cpp4282 for (const auto &I : SemaRef.OpenCLTypeExtMap) { in WriteOpenCLExtensionTypes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8612 llvm::DenseMap<const Type*, std::set<std::string>> OpenCLTypeExtMap; variable