Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1909 OpenCLDeclExtMap[FD].insert(I.str()); in setOpenCLExtensionForDecl()
1925 if (!OpenCLDeclExtMap.empty()) in getOpenCLExtensionsFromDeclExtMap()
1926 return getOpenCLExtensionsFromExtMap(FD, OpenCLDeclExtMap); in getOpenCLExtensionsFromDeclExtMap()
1953 auto Loc = OpenCLDeclExtMap.find(FD); in isOpenCLDisabledDecl()
1954 if (Loc == OpenCLDeclExtMap.end()) in isOpenCLDisabledDecl()
1998 if (checkOpenCLDisabledTypeOrDecl(Decl, Loc, QT, OpenCLDeclExtMap)) in checkOpenCLDisabledTypeDeclSpec()
2009 OpenCLDeclExtMap, 1, D.getSourceRange()); in checkOpenCLDisabledDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h889 llvm::DenseMap<const Decl *, std::set<std::string>> OpenCLDeclExtMap; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3347 OpenCLDeclExtMap[Decl].insert(Ext); in ReadASTBlock()
7783 SemaObj->OpenCLDeclExtMap = OpenCLDeclExtMap; in InitializeSema()
H A DASTWriter.cpp4297 for (const auto &I : SemaRef.OpenCLDeclExtMap) { in WriteOpenCLExtensionDecls()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8614 llvm::DenseMap<const Decl*, std::set<std::string>> OpenCLDeclExtMap; variable