Searched defs:DeclAccessPair (Results 1 – 3 of 3) sorted by relevance
188 SmallVectorImpl<std::pair<DeclAccessPair, FunctionDecl *>> &Matches){ in EraseUnwantedCUDAMatches()191 [](const std::pair<DeclAccessPair, FunctionDecl *> &item) { in EraseUnwantedCUDAMatches()
10384 const std::pair<DeclAccessPair, FunctionDecl *> &Pair) { in eliminiateSuboptimalOverloadCandidates()
101 class DeclAccessPair; variable