Searched refs:getPrivateItem (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2465 getPrivateItem(Sema &S, Expr *&RefExpr, SourceLocation &ELoc,
2519 auto Res = getPrivateItem(S, SimpleRefExpr, ELoc, ERange,
2597 auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange);
4763 static std::pair<ValueDecl *, bool> getPrivateItem(Sema &S, Expr *&RefExpr,
4907 auto Res = getPrivateItem(S, SimpleRefExpr, ELoc, ERange,
4949 auto Res = getPrivateItem(S, SimpleRefExpr, ELoc, ERange);
13725 auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange);
13891 auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange);
14177 auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange);
14347 auto Res = getPrivateItem(*thi
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp210 static const ValueDecl *getPrivateItem(const Expr *RefExpr) { function in namespace:__anon1787
2043 Vars.push_back(getPrivateItem(E));
2055 Vars.push_back(getPrivateItem(E));

Completed in 179 milliseconds