Lines Matching refs:Std
1562 // http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#903
2087 return std::equal(OldType->arg_type_begin(), OldType->arg_type_end(),
2261 std::string PathDisplayStr = getAmbiguousPathsDisplayString(Paths);
2700 // time of this writing) break the standard definition of std::forward
2701 // and std::reference_wrapper when dealing with references to functions.
3980 std::string TypeStr;
5570 // std::nullptr_t, there exist candidate operator functions of the form
5592 llvm::DenseSet<std::pair<CanQualType, CanQualType> >
5616 std::make_pair(S.Context.getCanonicalType(FirstParamType),
5647 UserDefinedBinaryOperators.count(std::make_pair(CanonType,
5659 !UserDefinedBinaryOperators.count(std::make_pair(NullPtrTy,
6632 std::string &Description) {
6690 std::string FnDesc;
6831 std::string FnDesc;
7044 std::string Description;
7152 std::string ArgString;
7194 std::string FnDesc;
7274 std::string TypeStr("operator");
7520 std::sort(Cands.begin(), Cands.end(),
7607 llvm::SmallVector<std::pair<DeclAccessPair, FunctionDecl*>, 4> Matches;
7642 Matches.push_back(std::make_pair(dap,Fn));
7713 Matches.push_back(std::make_pair(CurAccessFunPair, Specialization));
7734 Matches.push_back(std::make_pair(CurAccessFunPair,
8201 // Never suggest declaring a function within namespace 'std'.
8203 if (DeclContext *Std = SemaRef.getStdNamespace()) {
8207 if (!Std->Encloses(*it))
8211 // Lacking the 'std::' namespace, use all of the associated namespaces.
8342 "std is associated namespace but not doing ADL");
9121 std::string qualsString = difference.getAsString();
9125 << (qualsString.find(' ') == std::string::npos ? 1 : 2);